Angular 6 Basics 19 - Creating and using multiple modules

preview_player
Показать описание

We'll now examine the module file we've ignored all along in this course. You'll understand what Angular modules are and how you need to declare components that you need to be a part of a module. Learn how the decorator `NgModule` makes a class an Angular module.

Angular 6 Basics - Learn how to create Angular applications from scratch. Understand the Angular framework and learn how to use the features of the framework to create components and services. Use modules to organize your code. Build applications that call REST APIs and fetch data from a server. Implement routing to show multiple views with multiple URLs.

This course requires no previous knowledge of Angular or AngularJS.
Рекомендации по теме
Комментарии
Автор

God bless you! I've spent hours to find any explanation or code examples. After decades I found you.
Why angular dev won't do their docs as much simple as your videos?

ДенисМалышок
Автор

Seriously, Where were you man.... this is the content i was looking for in wrong places .Thank you so much man....!!!!

arunkumar-cinb
Автор

I'd just like to say, you are a great presenter. Very clear - thank you.

ChrisOBrien
Автор

I looked at a lot of angular courses but yours is the BEST . Make more! And don't change your style, love it how you verify everything afterwards to prove the point.

kosterix
Автор

Great Explanation !!!! Angular 6 is just a piece of cake after watching your videos

RajeshSamson
Автор

You are awesome Koushik! Thanks a lot for making these videos. Your explanations make difficult concepts very easy to understand.

maheshpant
Автор

thank you so much... you are awesome... Even my teacher haven't explained me that much good....
I am gonna watch all your videos related to Angular js...


Thanks.

moneyji
Автор

Great work by you Koushik, thanks a ton for all your help. Planning to promote your work as well as this channel in whatsoever way possible :)

joejones
Автор

Very valuable tutorial (series), thank you!

amsfuy
Автор

It could be a 3min video, you repeat the same thing three times, but at least you explained how to use it, so I appreciate it

adrianaaa
Автор

i am thinking how much time it would have taken me to understand this hierarchy if i had been reading about it somewhere else. Koushik just made this possible in 10 minutes. awesome...

spandiar
Автор

The best method that we can find on Youtube...! TY a lot...!

carlosgaleanohn
Автор

My knowledge on Angular Module is crystal clear now thanks to you sir. You are awesome.

souravdutta
Автор

I`ve pulled my hair out trying to understand Angular modules and the dependency! You have saved me! Thank you :)

valerieosei
Автор

Spent 3 hours before I noticed that I left the exports out of the module. Tested everything else XD
Thank you for this video.

jakubrejzekjunior
Автор

Well done and clearly explained! Thank you!

PulpFreePress
Автор

Awesome video, thank you. I really like that you also cleared up the two different imports :)

FinanzMinimalist
Автор

This was very clear and methodical, thank you!

manofqwerty
Автор

Excelent tutorial, I have been looking for something like this. Thanks for sharing :)

carlosarroyoam
Автор

To use that module's component in this module, import that module in this module and in that module 'export its component'.

Himanshubishnoi-tdnh