You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,7 @@
131
131
|123|[How do you create app shell in Angular?](#how-do-you-create-app-shell-in-angular)|
132
132
|124|[What are the case types in Angular?](#what-are-the-case-types-in-angular)|
133
133
|125|[What are the class decorators in Angular?](#what-are-the-class-decorators-in-angular)|
134
+
|126|[What are class field decorators?](#what-are-class-field-decorators)|
134
135
135
136
1.### What is Angular Framework?
136
137
@@ -1642,3 +1643,10 @@
1642
1643
3. @Pipe()
1643
1644
4. @Injectable()
1644
1645
5. @NgModule()
1646
+
1647
+
126. ### What are class field decorators?
1648
+
The class field decorators are the statements declared immediately before a field in a class definition that defines the type of that field. Some of the examples are: @input and @output,
0 commit comments