#07 : Creating Modules using Angular CLI

Pubblicato il: 09 febbraio 2018
sul canale di: 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  


In questa pagina del sito puoi guardare il video online #07 : Creating Modules using Angular CLI della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Angular Js 09 febbraio 2018, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 217 volte e gli è piaciuto 1 spettatori. Buona visione!