chore: add test to prevent accidental changes to public API
This commit is contained in:
committed by
Miško Hevery
parent
255ed69392
commit
5b6d576f93
@@ -1,4 +1,4 @@
|
||||
// Public API for Application
|
||||
export {APP_COMPONENT} from './application_tokens';
|
||||
export {platform, commonBootstrap as bootstrap} from './application_common';
|
||||
export {PlatformRef, ApplicationRef, rootBindings} from './application_ref';
|
||||
export {PlatformRef, ApplicationRef} from './application_ref';
|
||||
|
||||
Reference in New Issue
Block a user