Skip to content

rgopi2win/angular6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published