refactor(common): cleanup, strip deprecated doc (#11469)

This commit is contained in:
Victor Berchet
2016-09-09 12:05:06 -07:00
committed by Evan Martin
parent 5a4e46db20
commit 2170379251
9 changed files with 68 additions and 185 deletions

View File

@ -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.