Last active
July 3, 2020 07:32
-
-
Save zimejin/4e0c61911aaab9540d8a795f8f3ddadc to your computer and use it in GitHub Desktop.
Inline Templates Creation using the CLI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ng generate component <component-name> --inlineTemplate=true --inlineStyle=true | |
"@schematics/angular:component": { | |
"style": "scss", | |
"inlineTemplate": true, | |
"inlineStyle": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment