File tree Expand file tree Collapse file tree 5 files changed +127
-195
lines changed Expand file tree Collapse file tree 5 files changed +127
-195
lines changed Original file line number Diff line number Diff line change
1
+ /.angular /cache
1
2
node_modules /
2
3
* .iml
3
4
* .ipr
Original file line number Diff line number Diff line change 91
91
" src/favicon.ico"
92
92
]
93
93
}
94
- },
95
- "lint" : {
96
- "builder" : " @angular-devkit/build-angular:tslint" ,
97
- "options" : {
98
- "tsConfig" : [
99
- " src/tsconfig.app.json" ,
100
- " src/tsconfig.spec.json"
101
- ],
102
- "exclude" : [
103
- " **/node_modules/**"
104
- ]
105
- }
106
94
}
107
95
}
108
96
},
117
105
"protractorConfig" : " ./protractor.conf.js" ,
118
106
"devServerTarget" : " angular-cli-app:serve"
119
107
}
120
- },
121
- "lint" : {
122
- "builder" : " @angular-devkit/build-angular:tslint" ,
123
- "options" : {
124
- "tsConfig" : [
125
- " e2e/tsconfig.e2e.json"
126
- ],
127
- "exclude" : [
128
- " **/node_modules/**"
129
- ]
130
- }
131
108
}
132
109
}
133
110
}
Original file line number Diff line number Diff line change 38
38
},
39
39
"devDependencies" : {
40
40
"@angular-devkit/build-angular" : " 13" ,
41
- "@angular/cli" : " 12.2.13 " ,
41
+ "@angular/cli" : " 13.0.3 " ,
42
42
"@angular/compiler-cli" : " 13.0.2" ,
43
43
"@angular/language-service" : " 13.0.2" ,
44
44
"@types/angular" : " ^1.8.1" ,
Original file line number Diff line number Diff line change 1
1
2
2
3
3
4
- /**
5
- * Required to support Web Animations `@angular/platform-browser/animations`.
6
- * Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation
7
- **/
8
- // import 'web-animations-js'; // Run `npm install --save web-animations-js`.
9
-
10
4
11
5
12
6
/***************************************************************************************************
You can’t perform that action at this time.
0 commit comments