Buscar
🇪🇸
MEM
O
RY
.COM
4.37.48
Invitado
Iniciar sesión
Página de inicio
0
0
0
0
0
Crear curso
Cursos
Último juego
Panel
Notificaciones
Clases
Carpetas
Exámenes
Exámenes personalizados
Ayuda
Marcador
Tienda
Premios
Amigos
Asignaturas
Modo oscuro
Identificador de usuario: 999999
Versión: 4.37.48
www.memory.es
Estás en modo de exploración. debe iniciar sesión para usar
MEM
O
RY
Inicia sesión para empezar
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