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
|
// Public API for Application
|
||||||
export {APP_COMPONENT} from './application_tokens';
|
export {APP_COMPONENT} from './application_tokens';
|
||||||
export {platform, commonBootstrap as bootstrap} from './application_common';
|
export {platform, commonBootstrap as bootstrap} from './application_common';
|
||||||
export {PlatformRef, ApplicationRef, rootBindings} from './application_ref';
|
export {PlatformRef, ApplicationRef} from './application_ref';
|
||||||
|
2
modules/angular2/test/public_api_spec.dart
Normal file
2
modules/angular2/test/public_api_spec.dart
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
// ignore in dart
|
||||||
|
main() {}
|
1045
modules/angular2/test/public_api_spec.ts
Normal file
1045
modules/angular2/test/public_api_spec.ts
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user