ngx-quicklink
Advanced tools
Comparing version 0.0.11 to 0.1.0
@@ -6,7 +6,7 @@ import { InjectionToken } from '@angular/core'; | ||
import { PrefetchRegistry } from './prefetch-registry.service'; | ||
type RequestIdleCallbackHandle = any; | ||
type RequestIdleCallbackOptions = { | ||
declare type RequestIdleCallbackHandle = any; | ||
declare type RequestIdleCallbackOptions = { | ||
timeout: number; | ||
}; | ||
type RequestIdleCallbackDeadline = { | ||
declare type RequestIdleCallbackDeadline = { | ||
readonly didTimeout: boolean; | ||
@@ -13,0 +13,0 @@ timeRemaining: (() => number); |
@@ -15,3 +15,3 @@ import { ElementRef, OnChanges, OnInit, OnDestroy } from '@angular/core'; | ||
readonly element: Element; | ||
readonly urlTree: import("@angular/router/src/url_tree").UrlTree; | ||
readonly urlTree: any; | ||
} |
{ | ||
"name": "ngx-quicklink", | ||
"version": "0.0.11", | ||
"version": "0.1.0", | ||
"description": "Quicklink for Angular", | ||
@@ -38,15 +38,15 @@ "keywords": [ | ||
"devDependencies": { | ||
"@angular/common": "^7.1.4", | ||
"@angular/compiler": "^7.1.4", | ||
"@angular/compiler-cli": "^7.1.4", | ||
"@angular/core": "^7.1.4", | ||
"@angular/router": "^7.1.4", | ||
"@angular/platform-browser": "^7.1.4", | ||
"@angular/common": "^8.0.0-rc.0", | ||
"@angular/compiler": "^8.0.0-rc.0", | ||
"@angular/compiler-cli": "^8.0.0-rc.0", | ||
"@angular/core": "^8.0.0-rc.0", | ||
"@angular/router": "^8.0.0-rc.0", | ||
"@angular/platform-browser": "^8.0.0-rc.0", | ||
"nodemon": "^1.18.10", | ||
"prettier": "^1.15.3", | ||
"rollup": "^0.68.2", | ||
"rxjs": "^6.3.3", | ||
"typescript": "^3.1.1", | ||
"rxjs": "^6.4.0", | ||
"typescript": "^3.4.0", | ||
"uglify-js": "^3.4.9" | ||
} | ||
} |
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
65361