File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
2
< html lang ="en ">
3
3
< head >
4
- < meta charset ="utf-8 ">
4
+ < meta charset ="utf-8 " / >
5
5
< title > AngularExample</ title >
6
- < base href ="/ ">
7
- < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
8
- < link rel ="icon " type ="image/x-icon " href ="favicon.ico ">
6
+ < base href ="/ " / >
7
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " / >
8
+ < link rel ="icon " type ="image/x-icon " href ="favicon.ico " / >
9
9
</ head >
10
10
< body >
11
11
< app-root ngCspNonce ="${cspNonce} "> </ app-root >
Original file line number Diff line number Diff line change 24
24
"enableI18nLegacyMessageIdFormat" : false ,
25
25
"strictInjectionParameters" : true ,
26
26
"strictInputAccessModifiers" : true ,
27
- "typeCheckHostBindings" : true ,
27
+ "typeCheckHostBindings" : true ,
28
28
"strictTemplates" : true
29
29
}
30
30
}
You can’t perform that action at this time.
0 commit comments