ng-snotify
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "ng-snotify", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Angular 4 notifications center", | ||
"repository": { | ||
@@ -12,4 +13,21 @@ "type": "git", | ||
}, | ||
"homepage": "https://artemsky.github.io/ng-snotify/", | ||
"keywords": [ | ||
"angular" | ||
"angular", | ||
"angular 2", | ||
"angular 4", | ||
"Angular2", | ||
"ng2", | ||
"ng4", | ||
"Angular4", | ||
"4", | ||
"2", | ||
"Library", | ||
"Notifications", | ||
"Notification", | ||
"Toast", | ||
"notify", | ||
"notie", | ||
"notification-center", | ||
"snotify" | ||
], | ||
@@ -26,3 +44,4 @@ "license": "MIT", | ||
"zone.js": "^0.8.4" | ||
} | ||
}, | ||
"readme": "README.md" | ||
} |
@@ -5,3 +5,3 @@ import { ElementRef, OnDestroy, OnInit, Renderer2 } from '@angular/core'; | ||
import { Subscription } from 'rxjs/Subscription'; | ||
import { SnotifyOptions, SnotifyPosition } from "./snotify-config"; | ||
import { SnotifyOptions, SnotifyPosition } from './snotify-config'; | ||
export declare class SnotifyComponent implements OnInit, OnDestroy { | ||
@@ -8,0 +8,0 @@ private service; |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
38497
13
1
0
113