Skip to content

Angular components are classes that serve as a controller for the user interfaces using a template. @component decorator used to define components, it provides metadata like selector, template, style and other properties which determine how the component should be processed instantiated and used at run time execution.

Notifications You must be signed in to change notification settings

geeksarray/angular-components-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

angular-components-tutorial

About

Angular components are classes that serve as a controller for the user interfaces using a template. @component decorator used to define components, it provides metadata like selector, template, style and other properties which determine how the component should be processed instantiated and used at run time execution.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published