Top Categories
Part 3 - Module and Components in Angular 5
- Category: Information Technology
- Sub Category: Angular Js
OVERVIEW::
In this video I have explained , Module and Components in detail.
SOCIAL :
Find Us on FB : http://facebook.com/technotipstutorial
Subscribe US : http://youtube.com/aapkanigam
Follow us on Twitter : https://twitter.com/technotipsMVC
VISIT OUR BLOG HERE
: http://technotipstutorial.b
OVERVIEW::
In this video I have explained , Module and Components in detail.
SOCIAL :
Find Us on FB : http://facebook.com/technotipstutorial
Subscribe US : http://youtube.com/aapkanigam
Follow us on Twitter : https://twitter.com/technotipsMVC
VISIT OUR BLOG HERE
: http://technotipstutorial.blogspot.com/2018/09/part-3-module-and-component-in-angular-5.html
INTRODUCTION :
Every angular app has at least one NgModule class. @Ngmodule is the decorator function which takes single meta data object.
We have some important meta properties available to define the module. In Root Module , You will find the description, Import, Export , bootstrap and providers properties which going to define our root module.
If any module has export class then, that can be imported by other modules.
RECOMMENDATION:
Part 1: How to install angular 5 on your machine: https://www.youtube.com/watch?v=n0tGfrVHOS8&list=PLM5JAv_WpgH8VF35Jr7tNNp9VpYa9KxkR&index=1
Part 2: Overview:
https://www.youtube.com/watch?v=RPOHD2BEH7A&list=PLM5JAv_WpgH8VF35Jr7tNNp9VpYa9KxkR&index=2
Part 3: Module and Component:
https://www.youtube.com/watch?v=xYs2-fe-wxg&list=PLM5JAv_WpgH8VF35Jr7tNNp9VpYa9KxkR&index=3
Part 4: How to use various Data Types in Angular 5
https://www.youtube.com/watch?v=OtMdvzOS_hw&list=PLM5JAv_WpgH8VF35Jr7tNNp9VpYa9KxkR&index=4
TAGS
Angular 5 tutorial
Angular 5 installation
Create your first angular 5 application
How to add components in angular 5
nested component
module in angular 5
Angular CLI installation
visual studio code
vs code
javascript
angular tutorial