C

Coding Defined's Coding Defined

This blog contains articles on Nodejs, Asp.Net, Csharp.
CodingDefined.com is a web based blog, contains articles on
programming languages, frameworks and architectures.

  • Rated3.1/ 5
  • Updated 1 Year Ago

Understanding Bits and Pieces of Modules in Angular

Updated 5 Years Ago

Understanding Bits And Pieces Of Modules In Angular
In simple terms Module is a place to declare or register each and every elements you create in Angular like Components, Directives, Pipes, Services etc, which makes up your app and group them together. The main idea behind registering elements in Modules is to tell Angular what your app is consists of, which components you use, which services you require etc.
Read More