13.2.1 • Published 2 years ago

@iget/editor v13.2.1

Weekly downloads
46
License
MIT
Repository
github
Last release
2 years ago

Iget Editor

Getting Started

This package is a lightweight editor for applications based on Angular Components (aka Angular Material). It has zero dependencies, except for the peer dependency on @angular/angular and @angular/components.

It's compatible with all Evergreen-Browsers

Installation

Install via Package managers such as npm or yarn

npm install @iget/editor --save

Choosing correct version

Since v9.0.0 our version matches with the Angular & Angular Components version that it support. See the compatibility table:

@angular/angular@angular/components@iget/editor
^12.0.0^12.0.0^12.0.0
^11.0.0^11.0.0^11.0.0
^10.0.0^10.0.0^10.0.0
^9.0.0^9.0.0^9.0.0
^8.0.0^8.0.0^2.0.0

Usage

Add IgetEditorModule to your imports:

import { IgetEditorModule } from '@iget/editor';

@NgModule({
  imports: [ IgetEditorModule ]
})

Import Material Icon font into your application by adding this to your index.html head tag:

<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

Then insert the editor on your template

<iget-editor [(ngModel)]="htmlContent"></iget-editor>

For ngModel work, You must import FormsModule from @angular/forms.

Demo

Demo at stackblitz iget-editor

Documentation

For more information about usage, check out Documentation.

The documentation is auto-generated using compodoc

Thanks to

This package is based on ngx-editor from sibiraj-s, so this package is thanks to his work.

12.0.0

2 years ago

12.0.1

2 years ago

13.2.0

2 years ago

13.1.1

2 years ago

13.2.1

2 years ago

13.1.2

2 years ago

13.0.0

2 years ago

13.1.0

2 years ago

11.0.0

2 years ago

10.0.0

4 years ago

9.1.0

4 years ago

9.0.0

4 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago