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
12node_modules /
23* .iml
34* .ipr
Original file line number Diff line number Diff line change 9191 " src/favicon.ico"
9292 ]
9393 }
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- }
10694 }
10795 }
10896 },
117105 "protractorConfig" : " ./protractor.conf.js" ,
118106 "devServerTarget" : " angular-cli-app:serve"
119107 }
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- }
131108 }
132109 }
133110 }
Original file line number Diff line number Diff line change 3838 },
3939 "devDependencies" : {
4040 "@angular-devkit/build-angular" : " 13" ,
41- "@angular/cli" : " 12.2.13 " ,
41+ "@angular/cli" : " 13.0.3 " ,
4242 "@angular/compiler-cli" : " 13.0.2" ,
4343 "@angular/language-service" : " 13.0.2" ,
4444 "@types/angular" : " ^1.8.1" ,
Original file line number Diff line number Diff line change 11
22
33
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-
104
115
126/***************************************************************************************************
You can’t perform that action at this time.
0 commit comments