Comparing version 18.1.1 to 18.2.0
@@ -1,4 +0,3 @@ | ||
/// <reference path="href.const.ngtypecheck.d.ts" /> | ||
import { InjectionToken } from '@angular/core'; | ||
import { NgxHrefServiceConfig } from './href.interface'; | ||
export declare const NgxHrefServiceProvider: InjectionToken<NgxHrefServiceConfig>; |
@@ -1,2 +0,1 @@ | ||
/// <reference path="href.directive.ngtypecheck.d.ts" /> | ||
import { ElementRef, OnDestroy } from '@angular/core'; | ||
@@ -3,0 +2,0 @@ import { Router } from '@angular/router'; |
@@ -1,2 +0,1 @@ | ||
/// <reference path="href.interface.ngtypecheck.d.ts" /> | ||
export interface NgxHrefServiceConfig { | ||
@@ -3,0 +2,0 @@ avoidSpam?: boolean; |
@@ -1,2 +0,1 @@ | ||
/// <reference path="href.module.ngtypecheck.d.ts" /> | ||
import { ModuleWithProviders } from '@angular/core'; | ||
@@ -3,0 +2,0 @@ import { NgxHrefServiceConfig } from './href.interface'; |
@@ -1,2 +0,1 @@ | ||
/// <reference path="href.service.ngtypecheck.d.ts" /> | ||
import { BehaviorSubject } from 'rxjs'; | ||
@@ -3,0 +2,0 @@ import { NgxHrefServiceConfig } from './href.interface'; |
@@ -1,2 +0,1 @@ | ||
/// <reference path="to-anchor.pipe.ngtypecheck.d.ts" /> | ||
import { PipeTransform } from '@angular/core'; | ||
@@ -3,0 +2,0 @@ import { NgxHrefService } from './href.service'; |
{ | ||
"name": "ngx-href", | ||
"version": "18.1.1", | ||
"version": "18.2.0", | ||
"license": "MIT", | ||
@@ -14,5 +14,7 @@ "author": { | ||
"angular", | ||
"ngx", | ||
"href", | ||
"directive", | ||
"back", | ||
"button", | ||
"directive" | ||
"button" | ||
], | ||
@@ -27,3 +29,3 @@ "homepage": "https://github.com/rbalet/ngx-href#readme", | ||
"dependencies": { | ||
"tslib": "^2.6.3" | ||
"tslib": "^2.8.1" | ||
}, | ||
@@ -48,2 +50,2 @@ "peerDependencies": { | ||
} | ||
} | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference path="public-api.ngtypecheck.d.ts" /> | ||
export * from './lib/href.directive'; | ||
@@ -3,0 +2,0 @@ export * from './lib/href.module'; |
@@ -142,3 +142,3 @@ # ngx-href | ||
NgxHrefDirective, | ||
NgxHrefPipe, | ||
ToAnchorPipe, | ||
] | ||
@@ -170,3 +170,3 @@ ``` | ||
<a href="tel:+41791112233"> | ||
tel:+41791112233 | ||
+41791112233 | ||
</a> | ||
@@ -176,3 +176,3 @@ | ||
<a href="mailto:foobar@outlook.com"> | ||
mailto:foobar@outlook.com | ||
foobar@outlook.com | ||
</a> | ||
@@ -209,6 +209,6 @@ | ||
// foo.component.ts | ||
import { ngxHrefService } from 'ngx-href' | ||
import { NgxHrefService } from 'ngx-href' | ||
// ... | ||
constructor(public ngxHrefService: ngxHrefService) {} | ||
constructor(public ngxHrefService: NgxHrefService) {} | ||
``` | ||
@@ -215,0 +215,0 @@ |
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
Sorry, the diff of this file is not supported yet
82584
21
740
Updatedtslib@^2.8.1