mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
wip webview core
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import {bootstrap} from 'angular2/core';
|
||||
import {Component, Template} from 'angular2/angular2';
|
||||
import {View, Tabs, Tab} from 'ionic2/components';
|
||||
import {webview} from 'ionic2/webview/webview'
|
||||
|
||||
|
||||
@Component({ selector: '[ion-app]' })
|
||||
@ -11,7 +12,11 @@ import {View, Tabs, Tab} from 'ionic2/components';
|
||||
class IonicApp {
|
||||
constructor() {
|
||||
console.log('IonicApp Start')
|
||||
|
||||
console.log(webview.name, webview.isWebView)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
bootstrap(IonicApp)
|
||||
|
Reference in New Issue
Block a user