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.
Most helpful comment
I'm found "RouterExtensions" on "nativescript-angular/router", look this code: