File tree Expand file tree Collapse file tree 5 files changed +11236
-18244
lines changed Expand file tree Collapse file tree 5 files changed +11236
-18244
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/ngx-file-upload/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/ngx-file-upload/tsconfig.spec.json" ,
3131 "polyfills" : [
3636 }
3737 }
3838 }
39+ },
40+ "schematics" : {
41+ "@schematics/angular:component" : {
42+ "type" : " component"
43+ },
44+ "@schematics/angular:directive" : {
45+ "type" : " directive"
46+ },
47+ "@schematics/angular:service" : {
48+ "type" : " service"
49+ },
50+ "@schematics/angular:guard" : {
51+ "typeSeparator" : " ."
52+ },
53+ "@schematics/angular:interceptor" : {
54+ "typeSeparator" : " ."
55+ },
56+ "@schematics/angular:module" : {
57+ "typeSeparator" : " ."
58+ },
59+ "@schematics/angular:pipe" : {
60+ "typeSeparator" : " ."
61+ },
62+ "@schematics/angular:resolver" : {
63+ "typeSeparator" : " ."
64+ }
3965 }
4066}
You can’t perform that action at this time.
0 commit comments