mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-27 02:23:10 +00:00
6 lines
220 B
HTML
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> |