Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 527 Bytes

File metadata and controls

29 lines (18 loc) · 527 Bytes

angular6

Aim

To develop a simple app using angular features and build further due course of time.

NgModule

An NgModule is defined as a class decorated with @NgModule. The @NgModule decorator is a function that takes a single metadata object, whose properties describe the module.

Important Properties

  • declarations
  • exports
  • imports
  • providers
  • bootstrap

View

View = Component + Template

Data Binding

  1. Interpolation

  2. Property Binding

  3. Event Binding

  4. Two way Binding