#07 : Creating Modules using Angular CLI

Published: 09 February 2018
on channel: Angular Js
217
1

In this video will discuss how to create modules in Angular CLI.

To generate a module we use
ng generate module moduleName (or) ng g s moduleName

To register our module with the AppModule

ng generate module moduleName -module=app.module (or)
ng generate module moduleName -m=app.module

If you want the spec file, simply set --spec=true
ng g s moduleName --spec=true

If you don't want the dedicated folder for new module set --flat option to true as shown below.
ng g s moduleName --flat=true
-------------------------------------------------------------------
Angular 6 : User Registration
   • Angular 6 - User Registration  

Angular 4 Tutorial
   • Angular 4 Tutorial  

React JS with Web API Tutorial
   • React JS With Web API  

ASP .Net Core Web API Complete Tutorial
   • ASP.NET Core Web API Complete Tutorial  

ASP .Net Web API Step by Step
   • Asp.Net Web Api  

C# Easy To Learn
   • C# Easy to Learn  

Learn SQL Server
   • Creating Foreign Key Relationship in SQL S...  

SQL Server DB Project
   • SQL Server DB Project  

Postman Tutorial
   • Postman Tutorial  


On this page of the site you can watch the video online #07 : Creating Modules using Angular CLI with a duration of hours minute second in good quality, which was uploaded by the user Angular Js 09 February 2018, share the link with friends and acquaintances, this video has already been watched 217 times on youtube and it was liked by 1 viewers. Enjoy your viewing!