#Angular 2 Tutotrials
Explore tagged Tumblr posts
Text
Angular 2 - Architecture - Part One
Angular 2 – Architecture – Part One
In this article, we shall see the building blocks in an Angular Application
Module
Angular Application is modular in nature. Therefore, an Application is just a collection of the individual modules.
Modules are just blocks of code, which are created for a specific purpose.
Because of this, each module exports something like a value or a function or a class, which the other module can import and…
View On WordPress
0 notes