mat-editor:为我们的应用程序定制的编辑器

时间:2024-05-25 21:41:55
【文件属性】:

文件名称:mat-editor:为我们的应用程序定制的编辑器

文件大小:227KB

文件格式:ZIP

更新时间:2024-05-25 21:41:55

HTML

垫编辑器 Mat-Editor是一个免费的开源WYSIWYG(“所见即所得”)编辑器,它是为开发和维护的现代Web。 这是一个npm库,可以在基于Angular的Web应用程序上使用。 入门 为了在Angular应用程序中使用Mat-Editor,您需要遵循以下步骤: 从安装Mat-Editor npm i mat-editor --save 在module.ts文件中导入Mat-Editor import { MatEditorModule } from 'mat-editor'; @NgModule({ imports: [ MatEditorModule ], 配置Mat-Editor <mat-editor [spellcheck]="true" [(ngModel)]="A variable which


【文件预览】:
mat-editor-master
----.gitignore(503B)
----projects()
--------mat-editor()
--------demo()
--------demo-e2e()
----package.json(2KB)
----tslint.json(3KB)
----package-lock.json(407KB)
----tsconfig.json(546B)
----.github()
--------PULL_REQUEST_TEMPLATE.md(372B)
--------ISSUE_TEMPLATE.md(374B)
--------workflows()
----angular.json(5KB)
----README.md(4KB)
----.editorconfig(245B)

网友评论