The Wayback Machine - https://web.archive.org/web/20201012005637/https://github.com/geeksarray/angular-components-tutorial
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.

master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 

README.md

Angular Components Tutorial

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.

What is Angular Component?

Components are building blocks of any Angular application. These are like Views of MVC application. The Component provides templates of application, logic to manage data required for templates and stylesheets.

  1. src folder has all required component, typescript, modules.

Generated output of Products Angular Component

angular component

For more detailed description please visit - https://geeksarray.com/blog/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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.