File tree Expand file tree Collapse file tree 3 files changed +7329
-12035
lines changed
examples-standalone/grid-live-data Expand file tree Collapse file tree 3 files changed +7329
-12035
lines changed Original file line number Diff line number Diff line change 1111 "prefix" : " app" ,
1212 "architect" : {
1313 "build" : {
14- "builder" : " @angular-devkit /build-angular :application" ,
14+ "builder" : " @angular/build:application" ,
1515 "options" : {
1616 "outputPath" : " dist/grid-live-data" ,
1717 "index" : " src/index.html" ,
5959 "defaultConfiguration" : " production"
6060 },
6161 "serve" : {
62- "builder" : " @angular-devkit /build-angular :dev-server" ,
62+ "builder" : " @angular/build:dev-server" ,
6363 "configurations" : {
6464 "production" : {
6565 "buildTarget" : " grid-live-data:build:production"
7171 "defaultConfiguration" : " development"
7272 },
7373 "extract-i18n" : {
74- "builder" : " @angular-devkit /build-angular :extract-i18n"
74+ "builder" : " @angular/build:extract-i18n"
7575 },
7676 "test" : {
77- "builder" : " @angular-devkit /build-angular :karma" ,
77+ "builder" : " @angular/build:karma" ,
7878 "options" : {
7979 "polyfills" : [
8080 " zone.js" ,
101101 }
102102 }
103103 }
104+ },
105+ "schematics" : {
106+ "@schematics/angular:component" : {
107+ "type" : " component"
108+ },
109+ "@schematics/angular:directive" : {
110+ "type" : " directive"
111+ },
112+ "@schematics/angular:service" : {
113+ "type" : " service"
114+ },
115+ "@schematics/angular:guard" : {
116+ "typeSeparator" : " ."
117+ },
118+ "@schematics/angular:interceptor" : {
119+ "typeSeparator" : " ."
120+ },
121+ "@schematics/angular:module" : {
122+ "typeSeparator" : " ."
123+ },
124+ "@schematics/angular:pipe" : {
125+ "typeSeparator" : " ."
126+ },
127+ "@schematics/angular:resolver" : {
128+ "typeSeparator" : " ."
129+ }
104130 }
105131}
You can’t perform that action at this time.
0 commit comments