Angular 7、试图通过"Maximum call stack size exceeded error"直接将内部页面link复制访问到chrome

Angular 7, while trying to directly copy and access the internal page link into chrome through "Maximum call stack size exceeded error"

提前致谢。我是 angular7 的新手。当我右键单击一些内部 link 并选择 'Open in new tab' - Chrome 显示错误 "Maximum call stack error" enter image description here Firefox 通过错误:'InternalError: "too much recursion"'

但 Microsoft Edge 运行良好。

我在调试时发现,浏览器在点击那个 linked 组件之前通过了错误。

[我的英语很差。请忽略它]。

请给我一个解决这个问题的指南。 谢谢

我通过从 app.routing 中删除大量静态页面及其路由来解决这个问题。主要是很多路由导致 Google Chrome 和 Firefox 的内存已满,但 Microsoft Edge 不会,因为它的内存堆栈比其他两个更大。