mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
Merge remote-tracking branch 'origin/alpha38' into alpha38
This commit is contained in:
@ -6,24 +6,8 @@ import * as dom from '../../util/dom';
|
||||
|
||||
|
||||
/**
|
||||
* @name IonicApp
|
||||
* @description
|
||||
* Service exposing the Ionic app level API.
|
||||
*
|
||||
* @usage
|
||||
* ```js
|
||||
* @App({
|
||||
* templateUrl: '/app/app.html',
|
||||
* })
|
||||
* class MyApp {
|
||||
*
|
||||
* constructor(app: IonicApp) {
|
||||
* this.app = app;
|
||||
* }
|
||||
* }
|
||||
* ```
|
||||
* Note: Ionic sets `ion-app` as the selector for the app. Setting a custom selector will override this and cause CSS problems.
|
||||
*
|
||||
* Component registry service. For more information on registering
|
||||
* components see the [IdRef API reference](../id/IdRef/).
|
||||
*/
|
||||
export class IonicApp {
|
||||
|
||||
|
Reference in New Issue
Block a user