Quantcast
Channel: angular.org.il
Viewing all articles
Browse latest Browse all 175

Angular Modules (NgModule) 

$
0
0

Angular Modules help organize an application into cohesive blocks of functionality.

An Angular Module class is adorned with the NgModule decorator that defines metadata about the module.

This chapter explains how to create NgModule classes and how to load them, either immediately when the application launches or later, as needed, via the Router.

Source: Angular Modules (NgModule) – ts

The post Angular Modules (NgModule)  appeared first on angular.org.il.


Viewing all articles
Browse latest Browse all 175

Trending Articles