Skip to content

Latest commit

 

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages