ngx-twitter-api
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "ngx-twitter-api", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Angular service of authorized request for twitter.", | ||
@@ -5,0 +5,0 @@ "author": "Edy Avendaño", |
@@ -17,3 +17,3 @@ # ngx-twitter-api | ||
import { AppComponent } from './app.component'; | ||
import { TwitterService } from 'ng2-twitter'; | ||
import { TwitterService } from 'ngx-twitter-api'; | ||
@@ -37,3 +37,3 @@ @NgModule({ | ||
import { Component } from '@angular/core'; | ||
import { TwitterService } from 'ng2-twitter'; | ||
import { TwitterService } from 'ngx-twitter-api'; | ||
@@ -40,0 +40,0 @@ @Component({ |
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
24844