Angular ngIf directive ( If , Else and Then) : Part 7

preview_player
Показать описание
#ngif #angular #structuraldirective

ngIf is a structural directive and is used to render parts of the template based on the condition.

Agenda
-------------
What is Structural Directive?
ngIf syntax and its usage?
usage 1: Removing element from the DOM / UI
usage 2: Checking Null
ngIf working with Else
ngIf working with Then and Else
ngIf Support Logical Operator

Other Videos
Рекомендации по теме
Комментарии
Автор

I have a question. What if in the array of objects, it should check whether the input is the same as in the array of objects which is the name and password when the button is clicked. What can be its *ngIf statement?

MariaSanchez-shqr