mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
12 lines
130 B
TypeScript
12 lines
130 B
TypeScript
import {App} from 'ionic-angular';
|
|
|
|
@App({
|
|
templateUrl: 'main.html',
|
|
directives: []
|
|
})
|
|
class MyApp {
|
|
constructor() {
|
|
|
|
}
|
|
}
|