This repository was archived by the owner on Aug 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5917
-13304
lines changed Expand file tree Collapse file tree 4 files changed +5917
-13304
lines changed Original file line number Diff line number Diff line change 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 },
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" : [
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}
You can’t perform that action at this time.
0 commit comments