File

src/app/app.component.ts

Metadata

templateUrl app.component.html

Constructor

constructor()

Properties

rootPage
rootPage: any
import { Component } from '@angular/core';

declare const ENV: any;

@Component({
    templateUrl: 'app.component.html'
})
export class AppComponent {
    rootPage: any;

    constructor() {
        console.log('isProduction : ' + ENV.PRODUCTION);
    }
}
<ion-nav [root]="rootPage"></ion-nav>
Legend
Html element
Component
Html element with directive

results matching ""

    No results matching ""