File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ import { iconSubset } from './icons/icon-subset';
66import { Title } from '@angular/platform-browser' ;
77
88@Component ( {
9- // tslint:disable-next-line:component-selector
10- selector : 'body' ,
9+ selector : 'app-root' ,
1110 template : '<router-outlet></router-outlet>' ,
1211} )
1312export class AppComponent implements OnInit {
Original file line number Diff line number Diff line change 2121 < title > CoreUI Free Angular Admin Template</ title >
2222</ head >
2323< body >
24- < noscript > You need to enable JavaScript to run this app.</ noscript >
25-
26- < div class ="fade show " style ="text-align: center; padding-top: calc(100vh / 2); height: 100vh ">
27- < i class ="spinner-grow spinner-grow-sm "> </ i >
28- < span class ="m-1 "> Loading...</ span >
29- </ div >
24+ < noscript > You need to enable JavaScript to run this app.</ noscript >
25+ < app-root >
26+ < div class ="fade show " style ="text-align: center; padding-top: calc(100vh / 2); height: 100vh ">
27+ < i class ="spinner-grow spinner-grow-sm "> </ i >
28+ < span class ="m-1 "> Loading...</ span >
29+ </ div >
30+ </ app-root >
3031</ body >
3132</ html >
You can’t perform that action at this time.
0 commit comments