fuse-angular/src/app/layout/components/content/content.component.html
2018-05-27 16:55:46 +03:00

6 lines
220 B
HTML

<!--
*ngIf="true" hack is required here for router-outlet to work
correctly. Otherwise, it won't register the changes on the
layout and won't update the view.
-->
<router-outlet *ngIf="true"></router-outlet>