Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c48c742

Browse files
Update README.md
1 parent 154db94 commit c48c742

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

‎README.md‎

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
# angular-components-tutorial
1+
# Angular Components Tutorial
2+
3+
Angular components are classes that serve as a controller for the user interfaces using a template. @Component decorator used to define components,
4+
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.
5+
6+
## What is Angular Component?
7+
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.
8+
9+
1. **src** folder has all required component, typescript, modules.
10+
11+
Generated output of Products Angular Component
12+
13+
![angular component](https://geeksarray.com/images/blog/angular-component-tutorial.png)
14+
15+
For more detailed description please visit - https://geeksarray.com/blog/angular-components-tutorial

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /