Replies: 1 comment
-
Hi @ianvinkWD, What is the Angular version of the project into which you are trying to generate components? The extension generates standalone components by default from quite some time now, but 2 notes:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I create a component it's not using stand alone. How is that enabled?
Here are my settings
` "angular-schematics.schematicsDefaultOptions": {
"angular-*": {
"style": "scss",
"skipStyle": true,
"inlineStyle": true,
"inlineTemplate": true,
"externalTemplate": false,
},`
Beta Was this translation helpful? Give feedback.
All reactions