如何在路由中使用 ngx-permission 模块将特定组件重新绑定到 angular5 中的特定用户

Posted

技术标签:

【中文标题】如何在路由中使用 ngx-permission 模块将特定组件重新绑定到 angular5 中的特定用户【英文标题】:how to use ngx-permission module in routing for restring particular components to particular users in angular5 【发布时间】:2018-12-02 00:55:48 【问题描述】:

当我尝试使用 ngx-permission 模块时,它会在控制台中出现一些错误。这是我得到的错误:

Report1Component.html:78 错误类型错误:rxjs.merge 不是函数 在 NgxPermissionsDirective.validateExceptOnlyPermissions (ngx-permissions.umd.js:632) 在 NgxPermissionsDirective.ngOnInit (ngx-permissions.umd.js:611) 在 checkAndUpdateDirectiveInline (core.js:12369) 在 checkAndUpdateNodeInline (core.js:13893) 在 checkAndUpdateNode (core.js:13836) 在 debugCheckAndUpdateNode (core.js:14729) 在 debugCheckDirectivesFn (core.js:14670) 在 Object.eval [作为 updateDirectives] (Report1Component.html:93) 在 Object.debugUpdateDirectives [as updateDirectives] (core.js:14655) 在 checkAndUpdateView (core.js:13802)

【问题讨论】:

也许首先显示您的代码并描述配置。 【参考方案1】:

使用正确的兼容版本

npm install ngx-permissions@4.1 --save

ngx-permission@5.0 版本兼容 Angular 6

ngx-permission@4.1 版本兼容 Angular 5

【讨论】:

以上是关于如何在路由中使用 ngx-permission 模块将特定组件重新绑定到 angular5 中的特定用户的主要内容,如果未能解决你的问题,请参考以下文章

请教wpf中的用户控件,如何模拟出它的close事件

一口气拿下vue-router所有知识点,薪资暴涨3000

《高级交换与路由网络》期末考试,大家评价一下我们的教学水平如何?

cisco路由器密码配置和清除

如何在 JavaScript 中使用模运算符 (%)? [复制]

如何在 VBA 中使用 Excel 的内置模函数 (MOD)?