UNPKG

@kolkov/angular-editor

Version:

A simple native WYSIWYG editor for Angular 20+. Rich Text editor component for Angular.

44 lines 1.1 kB
{ "name": "@kolkov/angular-editor", "version": "3.0.3", "description": "A simple native WYSIWYG editor for Angular 20+. Rich Text editor component for Angular.", "author": "Andrey Kolkov <a.kolkov@gmail.com>", "repository": "https://github.com/kolkov/angular-editor", "license": "MIT", "private": false, "bugs": { "url": "https://github.com/kolkov/angular-editor/issues" }, "peerDependencies": { "@angular/common": "^20.0.0 || ^21.0.0", "@angular/core": "^20.0.0 || ^21.0.0", "@angular/forms": "^20.0.0 || ^21.0.0", "rxjs": "^7.8.0" }, "dependencies": { "tslib": "^2.3.0" }, "keywords": [ "angular", "editor", "native", "wysiwyg", "angular-editor", "angular-wysiwyg-editor", "wysiwyg-editor", "rich", "rich text editor" ], "module": "fesm2022/kolkov-angular-editor.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/kolkov-angular-editor.mjs" } }, "sideEffects": false }