Tang

Results 9 comments of Tang

I tried this and it works good. I guess you may need to add `import { Purple } from 'f1';`

Yeah, I think maybe in this case, only `createModel` is not enough, you have to import Purple to get the suggestion. You can try to use `monaco.languages.typescript.typescriptDefaults.addExtraLib(source, uri)` to get...

All right man, this is all I can think about lol.

> declare (property) FormDirective.layout: FormLayout > Type '"horizontal"' is not assignable to type 'FormLayout'. 如果你用的是ng12,可能是因为tsconfig.json里面开了strictTemplate,你在对应的ts文件里定义一下layout: FormLayout = FormLayout.Horizontal,把html里面的layout参数换一下

> 你好,有考虑vue版本吗 VUE 版本的有哦 https://github.com/DevCloudFE/vue-devui

@yannoc 你好请问下该项目是基于 Admin 模板的吗

是的我们会再localStorage里保存当前的布局,如果直接修改的话需要清除缓存再刷新生效,代码中有提供 updateLayoutConfig 可以修改布局,后续我们优化一下

@satya164 hey bro, are you still there ?