refactor(common): cleanup, strip deprecated doc (#11469)
This commit is contained in:

committed by
Evan Martin

parent
5a4e46db20
commit
2170379251
@ -8,9 +8,9 @@
|
||||
|
||||
import {NgModule} from '@angular/core';
|
||||
|
||||
import {COMMON_DIRECTIVES} from './common_directives';
|
||||
import {COMMON_DIRECTIVES} from './directives/index';
|
||||
import {NgLocaleLocalization, NgLocalization} from './localization';
|
||||
import {COMMON_PIPES} from './pipes/common_pipes';
|
||||
import {COMMON_PIPES} from './pipes/index';
|
||||
|
||||
// Note: This does not contain the location providers,
|
||||
// as they need some platform specific implementations to work.
|
||||
|
Reference in New Issue
Block a user