mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 14:58:36 +08:00
10 lines
160 B
TypeScript
10 lines
160 B
TypeScript
import {App} from 'ionic/ionic';
|
|
|
|
|
|
@App({
|
|
templateUrl: 'main.html'
|
|
})
|
|
class E2EApp {}
|
|
|
|
document.body.innerHTML += '<link href="styles.css" rel="stylesheet">'
|