问题标签 [ngx-admin]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - 尽管格式良好,Angular 9 和 ngx-admin nb 日期选择器无效
我对https://akveo.github.io/nebular/docs/components/datepicker/overview#nbdatepickerdirective有疑问。我有反应形式:
当我提供格式为 01-01-2020 的日期时,表格有效,但当我提供 13-01-2020 时,表格无效。我认为 angular 认为 dd 是 MM ,因此将其声明为无效。
有人有这个问题吗?
angular - 如果我的布局中有两个侧边栏,如何设置 Nebular 的侧边栏宽度?
所以我的页面布局中有两个侧边栏(标记为左和右),如下面的代码片段所示。我使用自定义主题方法并使用sidebar-width: 400px,
属性设置侧边栏宽度。这样做是将侧边栏宽度设置为 400 像素。如何使右侧边栏为 700px?有没有办法通过 ID 来定位侧边栏宽度来实现这一点?
angular - 如何自定义星云主题服务变量?
我目前正在开发一个使用 nebular/them pack 的 Angular 应用程序,我想向 NbThemeService 添加一些自定义变量,我在 ngx-admin 模板中看到了这个自定义,如下所示:
在此组件构造函数中,我们在 this.getJsTheme() 的变量对象上拥有 countryOrders 自定义属性。如何将我自己的自定义属性添加到此主题服务?
angular - 如何使用来自 API 的 JWT auth 和 Nebular Auth
我正在为我的 Angular 应用程序使用 nebular auth,我想在用户登录到标题时添加令牌这是 API 响应
在我的 auth.module
我成功登录但标题中没有令牌,我如何在用户登录时添加它?
npm - Ubuntu 上的 ngx-admin 问题
在最新版本上全新安装 Ubuntu 20.x、npm 和 node。收到这些错误:
npm WARN 可选跳过可选依赖:fsevents@2.1.3 (node_modules/@angular/compiler-cli/node_modules/fsevents):npm WARN notsup 跳过可选依赖:fsevents@2.1.3 不支持的平台:想要 {"os":" darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/webpack-dev -server/node_modules/fsevents):npm WARN notsup 跳过可选依赖:fsevents@1.2.13 不受支持的平台:想要 {"os":"darwin","arch":"any"}(当前:{"os": "linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/watchpack/node_modules/fsevents):npm WARN notsup 跳过可选依赖:fsevents@2.1.3 不受支持的平台:想要 {"os":"darwin","arch":"any"}(当前:{"os":"linux","arch": “x64”})npm WARN 可选跳过可选依赖:fsevents@1.2.13(node_modules/watchpack-chokidar2/node_modules/fsevents):npm WARN notsup 跳过可选依赖:fsevents@1.2.13 不支持的平台:想要 {“os” :"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/sass /node_modules/fsevents): npm WARN notsup 跳过可选依赖: fsevents@2.1.3 不支持的平台: 想要 {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/rollup/node_modules/fsevents): npm WARN notsup跳过可选依赖:fsevents@2.1.3 不受支持的平台:想要 {"os":"darwin","arch":"any"}(当前:{"os":"linux","arch":"x64" }) npm WARN 可选跳过可选依赖:fsevents@1.2.4 (node_modules/fsevents):npm WARN notsup 跳过可选依赖:fsevents@1.2.4 不支持的平台:想要 {"os":"darwin","arch": "any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/karma/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 不支持的平台: 想要 {"os":"darwin","arch":"any"} (当前: {" os":"linux","arch":"x64"})
添加了来自 1488 个贡献者的 2602 个包,并在 196.679 秒内审核了 2686 个包
63个包正在寻找资金运行npm fund
以获取详细信息
发现 140 个漏洞(88 个低、5 个中等、45 个高、2 个严重)运行npm audit fix
以修复它们,或npm audit
获取详细信息
如何解决?
angular - How to make Nb-Card Scrollable
I am using Nb-Card and I want to make that card scrollable. I am using NB-card in NbDialog box and as the browser size is reduced the content of Nb-card is not seen also when I reduce the card size the content of the card is getting ommited. So how to add a scroll bar in Nb-card?
By the below anwer I am achieving vertical scroll, but if the content is large I also need a horizontal scroll which is not working. So how to also add horizontal scroll?
ng2-smart-table - ng2-smart-table - 如何在不同的视图中打开记录
我能够向表格添加自定义操作,但我仍然不知道如何使用该自定义操作在单击时在不同的页面/模式中打开记录。如何将 ID 分配给该记录行?如何将其传递给不同的视图?
在component.html中
在 component.ts
};
ngx-admin - ngx-admin 卡片填充和边距
我使用一个星云 ngx-admin 主题,我想减少页面上元素之间的差距,你能不能给我一些聪明的解决方案?
此设置来自引导程序,其中.col- *
定义了所有内容:
padding-right: 15px;
padding-left: 15px;
是否可以在themes.scss 中轻松更改此值?
$nb-themes: nb-register-theme(( .... ?
或者程序是什么?
我发送一张截图,说明现在的情况和我的想象
默认状态屏幕:
我的想法状态屏幕: