September 2017
Intermediate to advanced
450 pages
11h 24m
English
This may seem alarming if you are used to using this ngFor directive in Angular to template lists of items in your application. This deprecation is specifically only for the ngFor class, not the ngFor directive itself. You will still want to use ngFor for any loop templating needs in Angular and this will not throw any sort of warning or exception.
However, if you have a custom class or directive implementation that previously extended the ngFor class, you will want to make sure to update that reference to use NgForOf instead.
Read now
Unlock full access