mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
wip
This commit is contained in:
@@ -150,13 +150,12 @@ export class ModalSecondPage {
|
||||
|
||||
export function main(ionicBootstrap) {
|
||||
|
||||
let myConfig = new IonicConfig({
|
||||
'adams': 'config',
|
||||
'tabBarPlacement': 'adam'
|
||||
});
|
||||
let myConfig = new IonicConfig();
|
||||
|
||||
ionicBootstrap(MyApp, myConfig).then(root => {
|
||||
|
||||
console.log(myConfig.setting('mode'));
|
||||
|
||||
console.log('mobile', root.platform.is('mobile'))
|
||||
console.log('ipad', root.platform.is('ipad'))
|
||||
console.log('iphone', root.platform.is('iphone'))
|
||||
|
||||
Reference in New Issue
Block a user