Socket
Socket
Sign inDemoInstall

ngx-editor

Package Overview
Dependencies
18
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ngx-editor

WYSIWYG Editor for Angular Applications


Version published
Maintainers
1
Install size
42.2 MB
Created

Changelog

Source

v1.0.0-beta.3 (2017-10-03)

Bug Fixes
  • undefined intialization in editor (d17c1dd)
Internal

Readme

Source

NgxEditor

ngxEditor

A Simple WYSIWYG Editor for Angular2+ Applications.

Getting Started

Installation

Install via Package managers such as npm or yarn

npm install ngx-editor@1.0.0-beta.3 --save
# or
yarn add ngx-editor@1.0.0-beta.3

Usage

Import ngx-editor module

import { NgxEditorModule } from 'ngx-editor';

@NgModule({
  imports: [ NgxEditorModule ]
})

Import font-awesome into your application

Then in HTML

<app-ngx-editor [placeholder]="'Enter text here...'" [spellcheck]="true" [(html)]="htmlContent"></app-ngx-editor>

Documentation

Check wiki for more information

Keywords

FAQs

Last updated on 03 Oct 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc