File tree 8 files changed +17153
-5449
lines changed
8 files changed +17153
-5449
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 Forms In Depth] ( https://angular-university.io/course/angular-forms-course ) video 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 Forms In Depth] ( https://angular-university.s3-us-west-1.amazonaws.com/course-images/angular-forms-course-small.jpg )
9
9
10
-
11
10
# Installation pre-requisites
12
11
13
- For running this project we need node and npm installed on our machine. These are some tutorials to install node in different operating systems:
14
-
15
- * Its important to install the latest version of Node*
16
-
17
- - [ Install Node and NPM on Windows] ( https://www.youtube.com/watch?v=8ODS6RM6x7g )
18
- - [ Install Node and NPM on Linux] ( https://www.youtube.com/watch?v=yUdHk-Dk_BY )
19
- - [ Install Node and NPM on Mac] ( https://www.youtube.com/watch?v=Imj8PgG3bZU )
20
-
12
+ Please use Node 16 (Long Term Support version).
21
13
22
14
# Installing the Angular CLI
23
15
Original file line number Diff line number Diff line change 88
88
" src/favicon.ico"
89
89
]
90
90
}
91
- },
92
- "lint" : {
93
- "builder" : " @angular-devkit/build-angular:tslint" ,
94
- "options" : {
95
- "tsConfig" : [
96
- " src/tsconfig.app.json" ,
97
- " src/tsconfig.spec.json"
98
- ],
99
- "exclude" : [
100
- " **/node_modules/**"
101
- ]
102
- }
103
91
}
104
92
}
105
93
},
114
102
"protractorConfig" : " ./protractor.conf.js" ,
115
103
"devServerTarget" : " angular-forms-course:serve"
116
104
}
117
- },
118
- "lint" : {
119
- "builder" : " @angular-devkit/build-angular:tslint" ,
120
- "options" : {
121
- "tsConfig" : [
122
- " e2e/tsconfig.e2e.json"
123
- ],
124
- "exclude" : [
125
- " **/node_modules/**"
126
- ]
127
- }
128
105
}
129
106
}
130
107
}
You can’t perform that action at this time.
0 commit comments