Commit d3b643f5 by nilu

enabling feedback tool

parent eee93a4d
...@@ -97,4 +97,5 @@ ...@@ -97,4 +97,5 @@
<router-outlet (activate)="onRouteUpdate()"></router-outlet> <router-outlet (activate)="onRouteUpdate()"></router-outlet>
</div> </div>
</div> </div>
<p-progressSpinner animationDuration="1s" *ngIf="showLoader"></p-progressSpinner> <p-progressSpinner animationDuration="1s" *ngIf="showLoader"></p-progressSpinner>
\ No newline at end of file <app-feedback></app-feedback>
\ No newline at end of file
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<router-outlet (activate)="onRouteUpdate()"></router-outlet> <router-outlet (activate)="onRouteUpdate()"></router-outlet>
</div> </div>
<app-feedback></app-feedback> <app-feedback *ngIf="showFeedback"></app-feedback>
<ng-template #customFooter></ng-template> <ng-template #customFooter></ng-template>
<app-footer *ngIf="showDefaultFooter"></app-footer> <app-footer *ngIf="showDefaultFooter"></app-footer>
<div class="layout-main-mask" *ngIf="mobileMenuActive"></div> <div class="layout-main-mask" *ngIf="mobileMenuActive"></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment