angular-markdown-editor
Advanced tools
Comparing version 2.0.0 to 2.0.2
@@ -210,3 +210,5 @@ (function (global, factory) { | ||
{ type: core.NgModule, args: [{ | ||
imports: [common.CommonModule], | ||
imports: [ | ||
common.CommonModule | ||
], | ||
declarations: [AngularMarkdownEditorComponent], | ||
@@ -213,0 +215,0 @@ exports: [AngularMarkdownEditorComponent], |
@@ -284,3 +284,5 @@ import { Component, forwardRef, Inject, Injectable, Input, ViewChild, NgModule } from '@angular/core'; | ||
{ type: NgModule, args: [{ | ||
imports: [CommonModule], | ||
imports: [ | ||
CommonModule | ||
], | ||
declarations: [AngularMarkdownEditorComponent], | ||
@@ -287,0 +289,0 @@ exports: [AngularMarkdownEditorComponent], |
@@ -208,3 +208,5 @@ import { Component, forwardRef, Inject, Injectable, Input, ViewChild, NgModule } from '@angular/core'; | ||
{ type: NgModule, args: [{ | ||
imports: [CommonModule], | ||
imports: [ | ||
CommonModule | ||
], | ||
declarations: [AngularMarkdownEditorComponent], | ||
@@ -211,0 +213,0 @@ exports: [AngularMarkdownEditorComponent], |
{ | ||
"name": "angular-markdown-editor", | ||
"version": "2.0.0", | ||
"version": "2.0.2", | ||
"description": "Bootstrap Markdown components made available in Angular", | ||
@@ -22,2 +22,3 @@ "keywords": [ | ||
"core-js": "^2.5.1", | ||
"font-awesome": "^4.7.0", | ||
"jquery": ">=3.2.1", | ||
@@ -52,3 +53,2 @@ "vinyl-paths": "^2.1.0", | ||
"del-cli": "^1.1.0", | ||
"font-awesome": "^4.7.0", | ||
"gulp": "^3.9.1", | ||
@@ -55,0 +55,0 @@ "gulp-bump": "^2.7.0", |
@@ -0,0 +0,0 @@ /* SystemJS module definition */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
126866
52
1000
7
+ Addedfont-awesome@^4.7.0
+ Addedfont-awesome@4.7.0(transitive)