AngularJS Tutorial #8 - Modules

Yo ninjas, in this AngularJS tutorial, I’m going to introduce you to the concept of using modules within our application. AngularJS modules essentially allow us to segment our application code into logical chunks, which we can manage separately from each other. An app can have many modules, or just 1, depending on it’s size and the way you like to organize your code. ----- COURSE LINKS: Source files on GitHub - Atom text editor - ---
Back to Top