References to `NgFor` are now an alias for `NgForOf` instead of a derived class. Fixes #14521
This commit is contained in:
committed by
Igor Minar
parent
c53621be8e
commit
a23634dfd0
@@ -29,12 +29,3 @@ import {COMMON_PIPES} from './pipes/index';
|
||||
})
|
||||
export class CommonModule {
|
||||
}
|
||||
|
||||
/**
|
||||
* A module to contain deprecated directives.
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
@NgModule({declarations: [COMMON_DEPRECATED_DIRECTIVES], exports: [COMMON_DEPRECATED_DIRECTIVES]})
|
||||
export class DeprecatedCommonModule {
|
||||
}
|
||||
Reference in New Issue
Block a user