mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
wip
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
import {Component, View as NgView, bootstrap} from 'angular2/angular2';
|
||||
import {View, Content, Switch, List} from 'ionic/components';
|
||||
import {View} from 'ionic/components/view/view';
|
||||
import {Content} from 'ionic/components/content/content';
|
||||
import {Switch} from 'ionic/components/switch/switch';
|
||||
import {List} from 'ionic/components/list/list';
|
||||
|
||||
@Component({ selector: '[ion-app]' })
|
||||
@NgView({
|
||||
|
Reference in New Issue
Block a user