Nativescript: where RouterExtensions?

Created on 30 Jul 2016  路  4Comments  路  Source: NativeScript/NativeScript

Most helpful comment

I'm found "RouterExtensions" on "nativescript-angular/router", look this code:

import {RouterExtensions} from "nativescript-angular/router";

export class YourComponent {
    public constructor (private routerExtensions: RouterExtensions) {
        this.page.actionBarHidden = true;
    }
}

All 4 comments

Hi @peirancao,

Could you provide some more info about your problem. It would also help if you could give me some sample project.

Regards,
@tsonevn

This issue was moved to NativeScript/nativescript-angular#381

I'm found "RouterExtensions" on "nativescript-angular/router", look this code:

import {RouterExtensions} from "nativescript-angular/router";

export class YourComponent {
    public constructor (private routerExtensions: RouterExtensions) {
        this.page.actionBarHidden = true;
    }
}

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

minjunlan picture minjunlan  路  3Comments

rogangriffin picture rogangriffin  路  3Comments

valentinstoychev picture valentinstoychev  路  3Comments

dhanalakshmitawwa picture dhanalakshmitawwa  路  3Comments

Leo-lay picture Leo-lay  路  3Comments