Commit d3b643f5 by nilu

enabling feedback tool

parent eee93a4d
......@@ -97,4 +97,5 @@
<router-outlet (activate)="onRouteUpdate()"></router-outlet>
</div>
</div>
<p-progressSpinner animationDuration="1s" *ngIf="showLoader"></p-progressSpinner>
\ No newline at end of file
<p-progressSpinner animationDuration="1s" *ngIf="showLoader"></p-progressSpinner>
<app-feedback></app-feedback>
\ No newline at end of file
......@@ -25,7 +25,7 @@
<router-outlet (activate)="onRouteUpdate()"></router-outlet>
</div>
<app-feedback></app-feedback>
<app-feedback *ngIf="showFeedback"></app-feedback>
<ng-template #customFooter></ng-template>
<app-footer *ngIf="showDefaultFooter"></app-footer>
<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