Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular2-tinymce

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-tinymce - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "angular2-tinymce",
"version": "1.0.3",
"version": "1.0.4",
"description": "Angular 2 component for TinyMCE MCE WYSIWYG editor",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -6,4 +6,5 @@ # angular2-tinymce

First, install package via npm:
```npm install --save angular2-tinymce
```
npm install --save angular2-tinymce
```

@@ -13,3 +14,4 @@ Then copy lightgray skin from [here] (https://github.com/Ledzz/angular2-tinymce/tree/master/demo/assets/tinymce/skins/lightgray) to the `/assets` folder. So, i.e. there must be available `/assets/tinymce/skins/lightgray/skin.min.css` file.

Import `TinymceModule` in you `app.module.ts`:
```import { TinymceModule } from 'angular2-tinymce';
```
import { TinymceModule } from 'angular2-tinymce';

@@ -26,5 +28,5 @@ @NgModule({

Upcoming features:
## Upcoming features:
- [ ] Tinymce configuration
- [ ] File uploading
- [ ] Events
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc