angular generate component in subfolder
Angular 10 Tutorials

Angular generate component in subfolder or subdirectory example

Learn how to generate a component inside subfolder or subdirectory using angular-cli in this practical example. The ng team provides various commands that makes things easy whiles developing your angular application. Although you don’t need to memorize all the commands but there are few related to module, path, and component generation you surely need to know, so let get started.…

Continue Reading