File tree Expand file tree Collapse file tree 7 files changed +17535
-6861
lines changed
Expand file tree Collapse file tree 7 files changed +17535
-6861
lines changed Original file line number Diff line number Diff line change 2525! .vscode /extensions.json
2626
2727# misc
28+ /.angular /cache
2829/.sass-cache
2930/connect.lock
3031/coverage
Original file line number Diff line number Diff line change 33
44This repository contains the code of the [ Angular Core Deep Dive] ( https://angular-university.io/course/angular-course ) .
55
6- This course repository is updated to Angular v12 :
6+ This course repository is updated to Angular v13 :
77
88![ Angular Core Deep Dive] ( https://s3-us-west-1.amazonaws.com/angular-university/course-images/angular-core-in-depth-small.png )
99
1010
1111# Installation pre-requisites
1212
13- IMPORTANT: Please use Node 14 (Long Term Support version).
13+ IMPORTANT: Please use Node 16 (Long Term Support version).
1414
1515
1616# Installing the Angular CLI
Original file line number Diff line number Diff line change 103103 " src/assets"
104104 ]
105105 }
106- },
107- "lint" : {
108- "builder" : " @angular-devkit/build-angular:tslint" ,
109- "options" : {
110- "tsConfig" : [
111- " src/tsconfig.app.json" ,
112- " src/tsconfig.spec.json"
113- ],
114- "exclude" : [
115- " **/node_modules/**"
116- ]
117- }
118106 }
119107 }
120108 },
133121 "devServerTarget" : " angular-course:serve:production"
134122 }
135123 }
136- },
137- "lint" : {
138- "builder" : " @angular-devkit/build-angular:tslint" ,
139- "options" : {
140- "tsConfig" : " e2e/tsconfig.e2e.json" ,
141- "exclude" : [
142- " **/node_modules/**"
143- ]
144- }
145124 }
146125 }
147126 }
You can’t perform that action at this time.
0 commit comments