Skip to content

Commit 7ea7ad2

Browse files
authored
Merge branch 'master' into FR-13012-support-angular-16-signals
2 parents 0ac1159 + 152a31a commit 7ea7ad2

File tree

4 files changed

+512
-90
lines changed

4 files changed

+512
-90
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
7-
"build": "ng build --configuration production",
7+
"build": "ng build",
88
"dev": "ng build --watch",
99
"test": "ng test",
1010
"lint": "ng lint",
@@ -42,7 +42,7 @@
4242
"karma-coverage": "~2.0.3",
4343
"karma-jasmine": "~4.0.0",
4444
"karma-jasmine-html-reporter": "^1.5.0",
45-
"ng-packagr": "^11.0.0",
45+
"ng-packagr": "^12.0.0",
4646
"protractor": "~7.0.0",
4747
"ts-node": "~8.3.0",
4848
"tslint": "~6.1.0",

projects/frontegg-app/tsconfig.lib.prod.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"extends": "./tsconfig.lib.json",
44
"compilerOptions": {
55
"declarationMap": false
6+
},
7+
"angularCompilerOptions": {
8+
"compilationMode": "partial"
69
}
710
}

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@
3030
"strictInjectionParameters": true,
3131
"strictInputAccessModifiers": true,
3232
"strictTemplates": true,
33+
"compilationMode": "partial",
3334
}
3435
}

0 commit comments

Comments
 (0)