refactor(common): remove deprecated NgFor
(#18758)
BREAKING CHANGE: `NgFor` has been removed as it was deprecated since v4. Use `NgForOf` instead. This does not impact the use of`*ngFor` in your templates. PR Close #18758
This commit is contained in:

committed by
Miško Hevery

parent
7ce9e06dab
commit
ec56760c9b
3
tools/public_api_guard/common/common.d.ts
vendored
3
tools/public_api_guard/common/common.d.ts
vendored
@ -153,9 +153,6 @@ export declare class NgComponentOutlet implements OnChanges, OnDestroy {
|
||||
ngOnDestroy(): void;
|
||||
}
|
||||
|
||||
/** @deprecated */
|
||||
export declare const NgFor: typeof NgForOf;
|
||||
|
||||
/** @stable */
|
||||
export declare class NgForOf<T> implements DoCheck, OnChanges {
|
||||
ngForOf: NgIterable<T>;
|
||||
|
Reference in New Issue
Block a user