feat(core): make ngprobe tokens pluggable

This commit is contained in:
vsavkin
2016-08-10 22:17:20 -07:00
committed by Vikram Subramanian
parent 947f9c3f56
commit f48142e679
4 changed files with 53 additions and 11 deletions

View File

@ -25,7 +25,7 @@ export * from './src/web_workers/shared/message_bus';
export {WORKER_APP_LOCATION_PROVIDERS} from './src/web_workers/worker/location_providers';
export {WORKER_UI_LOCATION_PROVIDERS} from './src/web_workers/ui/location_providers';
export {NgProbeToken} from './src/dom/debug/ng_probe';
export * from './src/worker_render';
export * from './src/worker_app';
export * from './private_export';
export * from './private_export';