NgSwitch Directive - Angular(Tutorial #11)

preview_player
Показать описание
In this video we will learn about ngSwitch Directive in Angular applications

NgSwitch is a directive which is bound to an expression.
It is used to display the element tree based on the set of many elements. It has basic elements like below,

ngSwitch
we bind an expression to it

ngSwitchCase
it defines an element with the matched value we need to provide the * before it.

ngSwitchDefault
This is the default case which will be executed if no match happened.
If you liked my channel , subscribe to it and like my videos. For any queries ask you question in comment section

you can also connect with me @

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

Best Angular Tutorials as compared to well-known Channels. !!

Livelife
Автор

I liked the example you have given to explain the topic... its a kind of real life example that we use.. thank you for the demo

angelina
Автор

Very clean explanation ... Good going Nisha

letslearn
Автор

Please Do more videos Great Work mam....Bravo

dikshantyadav
Автор

Thank you for your efforts, Really helpful😊😊

idwkdpr
Автор

thanks for yo :> :> :> excellent...

ayoubisalla
Автор

Excellent example with real time example

karthikrachamadugu
Автор

how to create bootstrap tab in angular

uejmysk
Автор

Please continue with custom directive..

swarasati
Автор

All the tutorials are legible and nice, THANKS for the video tutorials., I could not find custom directive video in the video list. create a video for that and also PLEASE create a detailed video for AgGrid hope that it will be useful to all the viewers, the purposes like real scenario invoice, header, details datas, etc.

adhivenkatesh
Автор

isn´t it possible to show a table instead of show a message for any case in the switch case, I mean I want to show another table for each choise in the dropdown

MrBreakdancer
Автор

I subscribed ur channel mam, ur awesome 👌👌👍

paramkushamaparna
Автор

do videos your videos are intresting in angular

muralimanohar
Автор

Why we use prosperity binding for ngSwitch

guduguntlasuryateja
Автор

Thank you for the tutorials. when I use on angular 11 <select getting this error error TS2531: Object is possibly 'null'. and value not known

infosmart
Автор

Why not use break in switch statement in angulr6

vikassahu
Автор

Facing error at $event.target.value. Property value doesn't exist on type 'EventTarget'

tejatechviews