Answers for "--module option in angular"

11

generate module with routing in angular

ng g m [ModuleName] --routing
Posted by: Guest on June-30-2020
1

angular cli skip-tests

The name of the TypeScript configuration file for tests. Default: ... --skipTests=true|false. When true, does not create "spec.ts" test files for the app. Default: false

While generating component using cmd
>ng g c component-name --skipTests
Posted by: Guest on April-20-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language