mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
11 lines
105 B
TypeScript
11 lines
105 B
TypeScript
import {App} from 'ionic/ionic';
|
|
|
|
@App({
|
|
templateUrl: 'main.html'
|
|
})
|
|
|
|
class DemoApp {
|
|
blur() {
|
|
}
|
|
}
|