File tree 7 files changed +17535
-6861
lines changed
7 files changed +17535
-6861
lines changed Original file line number Diff line number Diff line change 25
25
! .vscode /extensions.json
26
26
27
27
# misc
28
+ /.angular /cache
28
29
/.sass-cache
29
30
/connect.lock
30
31
/coverage
Original file line number Diff line number Diff line change 3
3
4
4
This repository contains the code of the [ Angular Core Deep Dive] ( https://angular-university.io/course/angular-course ) .
5
5
6
- This course repository is updated to Angular v12 :
6
+ This course repository is updated to Angular v13 :
7
7
8
8
![ Angular Core Deep Dive] ( https://s3-us-west-1.amazonaws.com/angular-university/course-images/angular-core-in-depth-small.png )
9
9
10
10
11
11
# Installation pre-requisites
12
12
13
- IMPORTANT: Please use Node 14 (Long Term Support version).
13
+ IMPORTANT: Please use Node 16 (Long Term Support version).
14
14
15
15
# Installing the Angular CLI
16
16
Original file line number Diff line number Diff line change 130
130
" src/assets"
131
131
]
132
132
}
133
- },
134
- "lint" : {
135
- "builder" : " @angular-devkit/build-angular:tslint" ,
136
- "options" : {
137
- "tsConfig" : [
138
- " src/tsconfig.app.json" ,
139
- " src/tsconfig.spec.json"
140
- ],
141
- "exclude" : [
142
- " **/node_modules/**"
143
- ]
144
- }
145
133
}
146
134
}
147
135
},
160
148
"devServerTarget" : " angular-course:serve:production"
161
149
}
162
150
}
163
- },
164
- "lint" : {
165
- "builder" : " @angular-devkit/build-angular:tslint" ,
166
- "options" : {
167
- "tsConfig" : " e2e/tsconfig.e2e.json" ,
168
- "exclude" : [
169
- " **/node_modules/**"
170
- ]
171
- }
172
151
}
173
152
}
174
153
}
You can’t perform that action at this time.
0 commit comments