mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
wip
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
import {Component, View, bootstrap} from 'angular2/angular2';
|
||||
import {Alert} from 'ionic/ionic';
|
||||
import {Component, View as NgView, bootstrap} from 'angular2/angular2';
|
||||
import {Alert} from 'ionic/components/alert/alert';
|
||||
|
||||
|
||||
@Component({ selector: '[ion-app]' })
|
||||
@View({
|
||||
@NgView({
|
||||
templateUrl: 'main.html',
|
||||
directives: [Alert]
|
||||
})
|
||||
|
Reference in New Issue
Block a user