Commit eee93a4d by nilu

enabling feedback tool

parent b4bf9254
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<router-outlet (activate)="onRouteUpdate()"></router-outlet> <router-outlet (activate)="onRouteUpdate()"></router-outlet>
</div> </div>
<app-feedback *ngIf="showFeedback"></app-feedback> <app-feedback></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