Angular 2 Tutorial - 12 - Structural Directives

preview_player
Показать описание

📱 Follow Codevolution

Structural Directives in Angular 2

Angular 2 | Angular 2 Directives | Angular 2 Tutorials | Angular 2 Tutorial for Beginners
Рекомендации по теме
Комментарии
Автор

This is amazing tutorial, thanks man for your good job!!

munapadhi
Автор

@ time 1.03, you didn't close the <p> tag

it-is-nidah
Автор

@codevolution i am migrating angular js to 13 and $parse has been used, I am not able to understand how to write substitute for $parse

shrutirajpoot
Автор

Sir ! Please make video on @contentchild and @contentchildren vs @view

manojradharapu
Автор

*ngFor is not working

View:-
<ul>
<li *ngFor="let color of colors">{{color}}</li>
</ul>

Component:-
public colors = ['Red', 'Green', 'Blue', 'Yellow'];

Console Error:-
"Can't bind to 'ngFor' since it isn't a known native property"

Could you please send any solution ?

soumensarkar