feat(platform-browser): add token marking which the type of animation module nearest in the injector tree (#23075)

PR Close #23075
This commit is contained in:
Joey Perrott
2018-03-29 16:32:23 -07:00
committed by Igor Minar
parent f958293205
commit b551f844e4
4 changed files with 47 additions and 6 deletions

View File

@ -13,4 +13,6 @@
*/
export {BrowserAnimationsModule, NoopAnimationsModule} from './module';
export {ANIMATION_MODULE_TYPE} from './providers';
export * from './private_export';