SEARCH
🇬🇧
MEM
O
RY
.COM
4.37.48
Guest
Log In
Â
Homepage
0
0
0
0
0
Create Course
Courses
Last Played
Dashboard
Notifications
Classrooms
Folders
Exams
Custom Exams
Help
Leaderboard
Shop
Awards
Forum
Friends
Subjects
Dark mode
User ID: 999999
Version: 4.37.48
www.memory.com
You are in browse mode. You must login to use
MEM
O
RY
  Log in to start
Index
 »Â
Java Interview
 »Â
Chapter 1
 »Â
Angular
level: Angular
Questions and Answers List
level questions: Angular
Question
Answer
*ngFor and *ngIF, Directives with an asterisk, *, are structural directives. it is used for shape and reshape the DOM's structure by adding, removing and manipulating the elements to which they are attached.
structural directive
renders a property's value as text
Interpolation syntax {{ }}
Use property value in a template expression
property binding [ ]
Lets your bind an event to a method. such as button (click) = "method()"
Event binding ( )
Components define areas of responsibilty with the UI that lets you reuse a set of UI functionality.
Component Class