File tree Expand file tree Collapse file tree 4 files changed +22
-23
lines changed
Expand file tree Collapse file tree 4 files changed +22
-23
lines changed Original file line number Diff line number Diff line change 11< main >
2- < h1 class ="title "> {{app.greetingText}}</ h1 >
2+ < h1 class ="title "> {{app.greetingText}}</ h1 >
33
4- <!-- Images (and assets) are parsed and loaded from within the public directory -->
5- < img src ="/img/logo.png ">
4+ <!-- Images (and assets) are parsed and loaded from within the public directory -->
5+ < img src ="/img/logo.png ">
66</ main >
77< footer >
8- < a ng-href ="{{app.url}} "> Webpack Angular Starter</ a >
8+ < a ng-href ="{{app.url}} "> Webpack Angular Starter</ a >
99</ footer >
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html ng-app ="app " lang ="en ">
33< head >
4- < meta charset ="UTF-8 ">
5- < title > Angular App</ title >
6- < link rel ="icon " type ="image/x-icon " href ="/img/favicon.ico ">
7- < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
8-
9- < base href ="/ ">
4+ < meta charset ="UTF-8 ">
5+ < title > Angular App</ title >
6+ < link rel ="icon " type ="image/x-icon " href ="/img/favicon.ico ">
7+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
8+
9+ < base href ="/ ">
1010</ head >
1111< body >
12- < app > </ app >
12+ < app > </ app >
1313</ body >
1414</ html >
Original file line number Diff line number Diff line change 11/* styles in src/style directory are applied to the whole page */
22body {
3- background : # 0147A7 ;
4- color : # fff ;
3+ background : # 0147A7 ;
4+ color : # fff ;
55}
66
77a {
8- color : # 03A9F4 ;
8+ color : # 03A9F4 ;
99}
1010
1111main {
12- padding : 1em ;
13- font-family : Arial, Helvetica, sans-serif;
14- text-align : center;
15- margin-top : 50px ;
16- display : block;
12+ padding : 1em ;
13+ font-family : Arial, Helvetica, sans-serif;
14+ text-align : center;
15+ margin-top : 50px ;
16+ display : block;
1717}
1818
1919footer {
20- text-align : center;
21- font-size : 0.8em ;
20+ text-align : center;
21+ font-size : 0.8em ;
2222}
Original file line number Diff line number Diff line change @@ -6,5 +6,4 @@ import 'angular-mocks/angular-mocks';
66
77const context = require . context ( './app' , true , / \. j s $ / ) ;
88
9- context . keys ( ) . forEach ( context ) ;
10-
9+ context . keys ( ) . forEach ( context ) ;
You can’t perform that action at this time.
0 commit comments