
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
yunzai-adf
Advanced tools
云在angular动态表单
yunzai-adf@8 -> angular@8
# 电脑端使用
ng add ng-zorro-antd@8
ng add yunzai8
npm install ng-zorro-antd-mobile@1
npm install @delon/abc@8 @delon/chart@8 @delon/form@8 ajv@6 @types/ajv@1 @nowzoo/ngx-ace angular-bigscreen @tinymce/tinymce-angular@3 tinymce@5
# 手机端使用
ng add ng-zorro-antd-mobile@1
ng add ng-yunzai-mobile
npm install ng-zorro-antd@8
npm install @delon/abc@8 @delon/chart@8 @delon/form@8 ajv@6 @types/ajv@1 @nowzoo/ngx-ace @tinymce/tinymce-angular@3 tinymce@5
npm install yunzai-adf@8
src/assets/tinymce/langs/zh_CN.js
angular.json "assets": [
{ "glob": "**/*", "input": "node_modules/tinymce", "output": "/assets/tinymce/" },
{ "glob": "**/*", "input": "src/assets/tinymce/langs", "output": "/assets/tinymce/langs/" }
],
"scripts": [
"node_modules/ajv/dist/ajv.bundle.js",
]
shared.module.ts引入NgxAceModule
@NgModule({
imports: [
NgxAceModule.forRoot()
],
exports: [
]
})
export class SharedModule {
}
import {YunzaiAdfListModule} from 'yunzai-adf';
@NgModule({
declarations: [
// ...
],
imports: [
// ...,
YunzaiAdfListModule
]
})
export class YourModule {
}
<div>
<yzadf-list [formId]="formId"></yzadf-list>
</div>
| 模块 | 说明 |
|---|---|
| YunzaiAdfFormModule | PC端-表单管理(包含表单设计) |
| YunzaiAdfDesignModule | PC端-表单设计 |
| YunzaiAdfListModule | PC端-表单数据(包含筛选、新增、修改、删除、提交审核、导出等) |
| YunzaiAdfMetaDataTableModule | PC端-元数据模块 |
| YunzaiAdfFormMobileModule | 手机端-表单列表 |
| YunzaiAdfListMobileComponent | 手机端-表单数据列表 |
| YunzaiAdfDetailMobileModule | 手机端-表单数据详情 |
| YunzaiAdfWidgetModule | 自定义组件集合 |
| 标识 | 说明 |
|---|---|
| yz-demo | 示例组件 |
| yz-select-remote | 下拉框组件(加载远程数据) |
| yz-file-upload | 文件上传组件 |
| yz-mobile-picker | 手机端-选择组件 |
| yz-mobile-date-picker | 手机端-日期选择 |
| yz-mobile-time-picker | 手机端-时间选择 |
| yz-rich-editor | 富文本编辑器(tinymce) |
参考项目angular-dynamic-form源码
FAQs
云在angular动态表单
The npm package yunzai-adf receives a total of 36 weekly downloads. As such, yunzai-adf popularity was classified as not popular.
We found that yunzai-adf demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.