inline template angular cmd code example
Example 1: angular generate component without spec
--skipTests=true|false. When true, does not create "spec. ts" test files for the new component / directive / class / guard
Example 2: create component angular inline template
ng generate component <component-name> --inlineTemplate=true --inlineStyle=true