Comparing version 18.0.0 to 18.1.0
@@ -0,3 +1,4 @@ | ||
/// <reference path="href.const.ngtypecheck.d.ts" /> | ||
import { InjectionToken } from '@angular/core'; | ||
import { NgxHrefServiceConfig } from './href.interface'; | ||
export declare const NgxHrefServiceProvider: InjectionToken<NgxHrefServiceConfig>; |
@@ -0,1 +1,2 @@ | ||
/// <reference path="href.directive.ngtypecheck.d.ts" /> | ||
import { ElementRef, OnDestroy } from '@angular/core'; | ||
@@ -2,0 +3,0 @@ import { Router } from '@angular/router'; |
@@ -0,1 +1,2 @@ | ||
/// <reference path="href.interface.ngtypecheck.d.ts" /> | ||
export interface NgxHrefServiceConfig { | ||
@@ -2,0 +3,0 @@ avoidSpam?: boolean; |
@@ -0,1 +1,2 @@ | ||
/// <reference path="href.module.ngtypecheck.d.ts" /> | ||
import { ModuleWithProviders } from '@angular/core'; | ||
@@ -2,0 +3,0 @@ import { NgxHrefServiceConfig } from './href.interface'; |
@@ -0,1 +1,2 @@ | ||
/// <reference path="href.service.ngtypecheck.d.ts" /> | ||
import { BehaviorSubject } from 'rxjs'; | ||
@@ -2,0 +3,0 @@ import { NgxHrefServiceConfig } from './href.interface'; |
@@ -0,1 +1,2 @@ | ||
/// <reference path="to-anchor.pipe.ngtypecheck.d.ts" /> | ||
import { PipeTransform } from '@angular/core'; | ||
@@ -2,0 +3,0 @@ import { NgxHrefService } from './href.service'; |
{ | ||
"name": "ngx-href", | ||
"version": "18.0.0", | ||
"version": "18.1.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -0,1 +1,2 @@ | ||
/// <reference path="public-api.ngtypecheck.d.ts" /> | ||
export * from './lib/href.directive'; | ||
@@ -2,0 +3,0 @@ export * from './lib/href.module'; |
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
82442
747