Skip to content

Instantly share code, notes, and snippets.

@zimejin
Last active July 3, 2020 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zimejin/4e0c61911aaab9540d8a795f8f3ddadc to your computer and use it in GitHub Desktop.
Save zimejin/4e0c61911aaab9540d8a795f8f3ddadc to your computer and use it in GitHub Desktop.
Inline Templates Creation using the CLI
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