mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
14 lines
206 B
TypeScript
14 lines
206 B
TypeScript
import {App} from 'ionic-angular';
|
|
|
|
|
|
@App({
|
|
templateUrl: 'main.html'
|
|
})
|
|
class E2EApp {
|
|
myBadge:number = 55;
|
|
|
|
constructor() {}
|
|
}
|
|
|
|
document.body.innerHTML += '<link href="styles.css" rel="stylesheet">'
|