Sunday, September 9, 2018

Part 3 - Module and Component in Angular 5




In this tutorial, You will learn about the Module and Component in Angular 5. If you are new to Angular then please also visit below Links Part1: your first Angular 5 application and Part2 :  How does Angular 5 works?

Module 
Every application has at least one ngModule that accept one meta data whose property defines the module


Component 
 Components are the building block of your application. 




How to add Component using Angular command?
In command window just type: $ ng generate component Your-Component-Name


For more details please watch above video.


No comments: