mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
refactor(bootstrap): use ionicBootstrap() to bootstrap
BREAKING CHANGES: - Ionic's custom decorators have been removed. - `@App` and `@Page` should be replaced with `@Component`. - `IonicApp` has been renamed to `App`. - `ionicBootstrap` is required to bootstrap the app. - Config is now the 3rd parameter in `ionicBootstrap(rootComponent, providers, config)`. - Property `prodMode` is now a config option, enabling or disabling production mode.
This commit is contained in:
@ -3,7 +3,6 @@ export * from './config/bootstrap';
|
||||
export * from './config/config';
|
||||
export * from './config/directives';
|
||||
|
||||
export * from './decorators/app';
|
||||
export * from './decorators/page';
|
||||
|
||||
export * from './components';
|
||||
|
Reference in New Issue
Block a user