| | |
| | | "testTsconfig": "tsconfig.spec.json", |
| | | "prefix": "app", |
| | | "styles": [ |
| | | "styles.css" |
| | | "styles.less" |
| | | ], |
| | | "scripts": [], |
| | | "environmentSource": "environments/environment.ts", |
| | |
| | | }, |
| | | "defaults": { |
| | | "styleExt": "css", |
| | | "component": {} |
| | | "class": { |
| | | "spec": false |
| | | }, |
| | | "component": { |
| | | "flat": false, |
| | | "spec": false, |
| | | "inlineStyle": true, |
| | | "inlineTemplate": false |
| | | }, |
| | | "directive": { |
| | | "spec": false |
| | | }, |
| | | "guard": { |
| | | "spec": false |
| | | }, |
| | | "interface": { |
| | | "prefix": "I" |
| | | }, |
| | | "module": { |
| | | "spec": false |
| | | }, |
| | | "pipe": { |
| | | "spec": true |
| | | }, |
| | | "service": { |
| | | "spec": false |
| | | } |
| | | } |
| | | } |