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

A Simple WYSIWYG Editor for A


Version published
Weekly downloads
36K
increased by0.48%
Maintainers
1
Install size
42.2 MB
Created
Weekly downloads
 

Changelog

Source

v1.0.0-alpha.3 (2017-10-01)

Changes
  • update README
  • update demo

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-alpha.3 --save
# or
yarn add ngx-editor@1.0.0-alpha.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...'"></app-ngx-editor>

FAQs

Last updated on 28 Sep 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