build: add bazel test rules for more packages (#21053)

PR Close #21053
This commit is contained in:
Misko Hevery
2017-12-16 20:08:49 -08:00
committed by Igor Minar
parent 47e251a80a
commit cc1058f6e1
9 changed files with 122 additions and 22 deletions

View File

@ -12,5 +12,6 @@
* Entry point for all public APIs of this package.
*/
export * from './src/common';
export {registerLocaleData as ɵregisterLocaleData} from './src/i18n/locale_data';
// This file only reexports content of the `src` folder. Keep it that way.