angular-email-editor
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -1,2 +0,2 @@ | ||
import { Injectable, Component, Input, Output, EventEmitter, NgModule, defineInjectable } from '@angular/core'; | ||
import { Injectable, NgModule, Component, Input, Output, EventEmitter, defineInjectable } from '@angular/core'; | ||
@@ -3,0 +3,0 @@ /** |
{ | ||
"name": "angular-email-editor", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^7.0.0", |
@@ -16,3 +16,3 @@ # Angular Email Editor | ||
The easiest way to use React Email Editor is to install it from NPM and include it in your own Angular build process. | ||
The easiest way to use Angular Email Editor is to install it from Npm or Yarn and include it in your own Angular build process. | ||
@@ -35,5 +35,5 @@ ``` | ||
@NgModule({ | ||
... | ||
imports: [ EmailEditorModule ], | ||
... | ||
... | ||
imports: [ EmailEditorModule ], | ||
... | ||
}); | ||
@@ -40,0 +40,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120055