Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit e623fbc

Browse files
committed
update env and update libs
1 parent 4010bc7 commit e623fbc

File tree

4 files changed

+5917
-13304
lines changed

4 files changed

+5917
-13304
lines changed

angular.json

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prefix": "lib",
1111
"architect": {
1212
"build": {
13-
"builder": "@angular-devkit/build-angular:ng-packagr",
13+
"builder": "@angular/build:ng-packagr",
1414
"options": {
1515
"project": "projects/funixproductions-requests/ng-package.json"
1616
},
@@ -25,7 +25,7 @@
2525
"defaultConfiguration": "production"
2626
},
2727
"test": {
28-
"builder": "@angular-devkit/build-angular:karma",
28+
"builder": "@angular/build:karma",
2929
"options": {
3030
"tsConfig": "projects/funixproductions-requests/tsconfig.spec.json",
3131
"polyfills": [
@@ -39,5 +39,31 @@
3939
},
4040
"cli": {
4141
"analytics": "6be86905-7e9f-4f15-944a-7f8ff2d35aab"
42+
},
43+
"schematics": {
44+
"@schematics/angular:component": {
45+
"type": "component"
46+
},
47+
"@schematics/angular:directive": {
48+
"type": "directive"
49+
},
50+
"@schematics/angular:service": {
51+
"type": "service"
52+
},
53+
"@schematics/angular:guard": {
54+
"typeSeparator": "."
55+
},
56+
"@schematics/angular:interceptor": {
57+
"typeSeparator": "."
58+
},
59+
"@schematics/angular:module": {
60+
"typeSeparator": "."
61+
},
62+
"@schematics/angular:pipe": {
63+
"typeSeparator": "."
64+
},
65+
"@schematics/angular:resolver": {
66+
"typeSeparator": "."
67+
}
4268
}
4369
}

0 commit comments

Comments
 (0)