Skip to content

Commit ee0a33c

Browse files
committed
ng update 12 => 13
1 parent c84bc41 commit ee0a33c

File tree

8 files changed

+5939
-25527
lines changed

8 files changed

+5939
-25527
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ speed-measure-plugin.json
3232
.history/*
3333

3434
# misc
35+
/.angular/cache
3536
/.sass-cache
3637
/connect.lock
3738
/coverage

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Angular 12 Jumpstart App
1+
# Angular 13 Jumpstart App
22

3-
This is a template app for Angular 12 complete with components for authentication,
3+
This is a template app for Angular 13 complete with components for authentication,
44
a good folder structure and support for translations using ngx-translate.
55

66
Simply replace to dummy AuthenticationService with a real one and start building your next cool app.

angular.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -103,18 +103,6 @@
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
},
@@ -134,15 +122,6 @@
134122
"devServerTarget": "app:serve:production"
135123
}
136124
}
137-
},
138-
"lint": {
139-
"builder": "@angular-devkit/build-angular:tslint",
140-
"options": {
141-
"tsConfig": "e2e/tsconfig.e2e.json",
142-
"exclude": [
143-
"**/node_modules/**"
144-
]
145-
}
146125
}
147126
}
148127
}

0 commit comments

Comments
 (0)