mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
13 lines
166 B
TypeScript
13 lines
166 B
TypeScript
import {App} from 'ionic/ionic';
|
|
import {NgIf} from 'angular/angular';
|
|
|
|
@App({
|
|
templateUrl: 'main.html',
|
|
directives: []
|
|
})
|
|
class MyApp {
|
|
constructor() {
|
|
|
|
}
|
|
}
|