文件名称:就地编辑:针对Angular应用程序的灵活且不受限制的就地编辑库
文件大小:539KB
文件格式:ZIP
更新时间:2024-02-22 07:50:06
angular form AngularTypeScript
灵活且不受质疑的Angular应用程序就地编辑库 就地编辑是在静态内容和允许对其进行编辑的可编辑控件之间切换模式的完整解决方案。 遵循打开/关闭原则,该库专注于切换机制,使您可以完全控制要更新的数据,要显示的内容以及如何编辑它们。 产品特点 :white_heavy_check_mark: 完全可定制 :white_heavy_check_mark: 手动触发支持 :white_heavy_check_mark: 响应式表单支持 :white_heavy_check_mark: 多种表格支持 安装 ng add @ngneat/edit-in-place 用法 将EditableModule添加到您的AppModule 。 import { EditableModule } from '@ngneat/edit-in-place' ; @ NgModule ( { declarations : [ AppComponent ] , imports : [ EditableModule ] , bootstrap : [ AppComponent ] } ) e
【文件预览】:
edit-in-place-master
----PULL_REQUEST_TEMPLATE.md(1KB)
----.gitignore(631B)
----.all-contributorsrc(1KB)
----projects()
--------ngneat()
----e2e()
--------src()
--------tsconfig.json(275B)
--------protractor.conf.js(889B)
----package.json(3KB)
----tslint.json(3KB)
----ISSUE_TEMPLATE.md(1KB)
----schematics()
--------.gitignore(191B)
--------package.json(586B)
--------package-lock.json(54KB)
--------src()
--------tsconfig.json(656B)
--------.npmignore(64B)
----commitlint.config.js(70B)
----package-lock.json(889KB)
----src()
--------app()
--------assets()
--------main.ts(377B)
--------test.ts(759B)
--------environments()
--------index.html(325B)
--------favicon.ico(948B)
--------styles.scss(155B)
--------polyfills.ts(3KB)
----karma.conf.js(1KB)
----CONTRIBUTING.md(2KB)
----CODE_OF_CONDUCT.md(3KB)
----LICENSE(1KB)
----tsconfig.spec.json(338B)
----CHANGELOG.md(4KB)
----tsconfig.json(636B)
----.github()
--------workflows()
----.prettierignore(54B)
----logo.svg(2KB)
----.browserslistrc(852B)
----angular.json(5KB)
----tsconfig.app.json(292B)
----README.md(13KB)
----prettier.config.js(95B)
----demo.gif(279KB)
----tsconfig.base.json(468B)
----hooks()
--------pre-commit.js(830B)
----.editorconfig(274B)