gpt4 book ai didi

angular - 我们如何从 ionic 4 中的 app.component 获取当前页面?

转载 作者:太空狗 更新时间:2023-10-29 17:27:55 25 4
gpt4 key购买 nike

我正在尝试在 ionic 4 的 app.component 中获取当前页面实例。

在 ionic 3 中我可以这样做

this.nav.getActive().instance

最佳答案

您可以从路由器访问该 url。

import { OnInit } from '@angular/core';
import { Router } from '@angular/router';

export class YourPage implements OnInit {
constructor(private router: Router) {}

ngOnInit() {
console.log('this.router.url', this.router.url);
}
}

关于angular - 我们如何从 ionic 4 中的 app.component 获取当前页面?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54746197/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com