Answers for "what is the command to generate a new module in angular 7?"

3

angular cli generate new module

ng generate module module-name
Posted by: Guest on September-16-2020
6

how to create a module in angular 9

ng generate <schematic> [options]
Posted by: Guest on March-16-2020

Code answers related to "what is the command to generate a new module in angular 7?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language