WYSIWYG Editor for Angular Applications with fa-5
npm install ngx-editor-fa-5A Simple WYSIWYG Editor for Angular 6 Applications.
Install via Package managers such as [npm][npm] or [yarn][yarn]
``bash`
npm install ngx-editor-fa-5 --saveor
yarn add ngx-editor-fa-5
Import ngx-editor module
`typescript
import { NgxEditorModule } from 'ngx-editor';
@NgModule({
imports: [ NgxEditorModule ]
})
`
Import font-awesome into your application
Then in HTML
`html`
For ngModel to work, You must import FormsModule from @angular/forms
#### PeerDependencies
ngx-editor` depeneds on the following libraries to work.
* Font-Awesome v4.7.0
* Ngx-Bootstrap
All Evergreen-Browsers are supported
* Google Chrome
* Microsoft Edge
* Mozilla Firefox
* Opera
Demo at stackblitz ngx-editor
Documentation is auto-generated using [compodoc][compodoc], and can be viewed here: https://sibiraj-s.github.io/ngx-editor/
[npm]: https://www.npmjs.com/
[yarn]: https://yarnpkg.com/lang/en/
[github]: https://sibiraj-s.github.io/
[wiki]:https://github.com/sibiraj-s/ngx-editor/wiki/ngxEditor
[compodoc]: https://compodoc.github.io/website/