ng-alain sf表单如何刷新部分表单?
我在change使用this["sf"].refreshSchema()刷新表单,发现refreshSchema()方法会把整个表单都重置,有什么方法能够只刷新一部分表单吗?还是需要在刷…
ng-alain sf中使用this["sf"].setValue
colortheme: { type: "string", title: "颜色", ui: { widget: "wrapper", module: "color", spanLabel: 10, spanControl: 14, grid: { span: 8, }, c…
ng-alain安装报错
使用ng new newproject 生成一个新的angular项目后,执行ng add ng-alain@7.0.0安装ng-alain报错,搞半天搞不出来。。。。这是我的package.json文件:…
请教关于@delon/auth的问题,来自 @delon/auth 的拦截,所请求URL未授权?
在使用NG-ALAIN的时候。登录完成后已经this.tokenService.set(res.user.token);但在后续请求时浏览器报错来自 @delon/auth 的拦截,所请求URL未授权co…
安装ngalain 时,错误: Cannot find module 'jsonc-parser?
操作系统为ubuntu 16.04$ ng version _ _ ____ _ ___ / \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _| / △ \ | '_ \ / _` | | | | |/ _` | '__| | | …
ng-alain内的core.module.ts里的providers内的参数怎么取值
在core.module.ts内定义 hostimport { NgModule, Optional, SkipSelf } from '@angular/core'; import { throwIfAlreadyLoaded } from './module-impo…
ng alain从版本8升级到版本9报错:
variable @layout-gutter is undefined in..node_modules@delonthemelayoutdefault_header.less希望了解的小伙伴帮忙定位一下问题。…
在properties中如何设置查询属性让两个输入属性有且只有一个输入
问题描述 我刚接触ng-alain,不是很懂,上网查了,看了文档也没有解决问题,所以来请教一下。就是设置查询条件,使用了properties定义查询属性,然后…
关于菜单加载, demo里面是启动的时候就加载了菜单, 但是实际开发肯定是登录后才加载菜单
问题描述 github的demo中使用的是直接加载本地菜单app-data.json,但是实际开发中都是要设置权限的, 所以我们采用网络加载, 于是我在登录接口里使用登…
在ng-zorro中组件tabs添加懒加载标签,激活该懒加载标签后显示空白,无法渲染组件。
问题描述 问题出现的环境背景及自己尝试过哪些方法 与官网实例上的代码一致,在ng-template中增加了nz-tab属性,激活该tab标签后没有渲染到performan…
Cannot find module '../core/lang.config'
Cannot find module '../core/lang.config' 运行 ng add ng-alain 提示Cannot find module '../core/lang.config',该如何解决…