Thinking in Angular1 17 - Creating and Using Angular Modules

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

Learn how to create a module in Angular and use it to register a controller.
Рекомендации по теме
Комментарии
Автор

U might not know that u r the best teacher available online.Want to thank you for all your videos.Keep doing this humanitarian service and let me know if I could help you in anyway.

rajatgupta
Автор

SIR I LOVE YOU

You teach in a non procedural way --> "this happens why this happens and how this happens", all other tutorials it may be other youtube videos or may be egghead.io or plurasight teaches in a procedural way... they say "this happens and you have to do it in this way" but no body tells "why this happened and how this happened" :-(

I wish i got the chance to learn the entire ANGULAR JS from you Sir or I got all the videos concepts in your channel

but thanks a ton for whatever knowledge i had from you

if I understand Angular now a little bit is just because of your tutorial

Thank you :-)

aryamukherjee
Автор

Thank you very much! analogy really helps!

TheGuroguro
Автор

Hi Koushik, if we need to tell angular which module it should look into for the controller by specifying the module name with ng-app directive, does that mean we can use only one module with an application? Or does ng-app accept a list of module names also?

namanmishra
Автор

Hi Kaushik, I'm doing the same thing what you are doing, but I'm getting the error mentioned below:-
"Uncaught Error: [$injector:modulerr] Failed to instantiate module myApp due to:
Error: [$injector:nomod] Module 'myApp' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument."

AlokMrityunjay
Автор

Hi Kaushik, I have just followed you but getting error .

Uncaught Error: [$injector:modulerr] Failed to instantiate module myApp due to:
Error: [$injector:nomod] Module 'myApp' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.

gangadharpanda