chore: add test to prevent accidental changes to public API
This commit is contained in:
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';
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
// ignore in dart
|
||||
main() {}
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue