Skip to content

Commit b04e937

Browse files
honzikecJan Kaiser
andauthored
Angular ngrx scss/update angular (#1888)
* chore: update to angular 16 * fix: test file * chore: update refs to angular 13 * fix: update locks * fix: update angular.json * fix: correct test file for prism package, imports to mitigate warnings * fix: remove yarn lock, pin dependencies --------- Co-authored-by: Jan Kaiser <honzikec@Jan-MacBook-Air.local>
1 parent dfff371 commit b04e937

28 files changed

Lines changed: 10760 additions & 18353 deletions

angular-ngrx-scss/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Angular - NgRx - Scss Github Clone
22

3-
A GitHub client built with Angular v13, NgRx, and Scss.
3+
A GitHub client built with Angular v16, NgRx, and Scss.
44

55
## Working Application
66

@@ -26,7 +26,7 @@ cp .env.example .env
2626

2727
## Building
2828

29-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.2.
29+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.6.
3030

3131
### Development server
3232

angular-ngrx-scss/angular.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
33
"cli": {
4-
"analytics": "d9eb1335-6a00-48ce-b9b6-1ffeece4f124",
5-
"defaultCollection": "@ngrx/schematics"
4+
"analytics": "d9eb1335-6a00-48ce-b9b6-1ffeece4f124"
65
},
76
"version": 1,
87
"newProjectRoot": "projects",
@@ -33,7 +32,7 @@
3332
"assets": ["src/favicon.ico", "src/assets", "src/_redirects"],
3433
"styles": ["src/styles.scss"],
3534
"scripts": [],
36-
"allowedCommonJsDependencies": ["@primer/octicons"]
35+
"allowedCommonJsDependencies": ["@primer/octicons", "prismjs"]
3736
},
3837
"configurations": {
3938
"production": {
@@ -132,6 +131,7 @@
132131
"builder": "@angular-devkit/build-angular:karma",
133132
"options": {
134133
"main": "projects/prism/src/test.ts",
134+
"polyfills": ["zone.js", "zone.js/testing"],
135135
"tsConfig": "projects/prism/tsconfig.spec.json",
136136
"karmaConfig": "projects/prism/karma.conf.js"
137137
}
@@ -147,6 +147,5 @@
147147
}
148148
}
149149
}
150-
},
151-
"defaultProject": "angular-ngrx-scss"
150+
}
152151
}

0 commit comments

Comments
 (0)