File tree 2 files changed +8
-8
lines changed
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';
6
6
import { Title } from '@angular/platform-browser' ;
7
7
8
8
@Component ( {
9
- // tslint:disable-next-line:component-selector
10
- selector : 'body' ,
9
+ selector : 'app-root' ,
11
10
template : '<router-outlet></router-outlet>' ,
12
11
} )
13
12
export class AppComponent implements OnInit {
Original file line number Diff line number Diff line change 21
21
< title > CoreUI Free Angular Admin Template</ title >
22
22
</ head >
23
23
< 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 >
30
31
</ body >
31
32
</ html >
You can’t perform that action at this time.
0 commit comments