angular-busy2
Advanced tools
Comparing version 20.1.1 to 21.0.0
@@ -1,2 +0,2 @@ | ||
import { CgBusyOptions } from './cgBusy.interface'; | ||
import type { CgBusyOptions } from './cgBusy.interface'; | ||
import { CgBusyService } from './cgBusy.service'; | ||
@@ -3,0 +3,0 @@ import * as i0 from "@angular/core"; |
import { ComponentRef, ElementRef, OnChanges, OnDestroy, Renderer2, SimpleChanges, ViewContainerRef } from '@angular/core'; | ||
import { Observable, Subscription } from 'rxjs'; | ||
import { CgBusyComponent } from './cgBusy.component'; | ||
import { CgBusyOptions } from './cgBusy.interface'; | ||
import type { CgBusyOptions } from './cgBusy.interface'; | ||
import { CgBusyService } from './cgBusy.service'; | ||
@@ -6,0 +6,0 @@ import { CgBusyDefaults } from './cgBusyDefaults.service'; |
import { InjectionToken, TemplateRef } from '@angular/core'; | ||
import { CgBusyOptions } from './cgBusy.interface'; | ||
import type { CgBusyOptions } from './cgBusy.interface'; | ||
import * as i0 from "@angular/core"; | ||
@@ -4,0 +4,0 @@ export declare const BUSY_OPTIONS: InjectionToken<CgBusyOptions>; |
{ | ||
"name": "angular-busy2", | ||
"version": "20.1.1", | ||
"version": "21.0.0", | ||
"license": "MIT", | ||
@@ -28,4 +28,4 @@ "homepage": "https://tiberiuzuld.github.io/angular-busy/", | ||
"peerDependencies": { | ||
"@angular/common": "^18.0.0", | ||
"@angular/core": "^18.0.0" | ||
"@angular/common": "^19.0.0", | ||
"@angular/core": "^19.0.0" | ||
}, | ||
@@ -43,4 +43,2 @@ "dependencies": { | ||
"types": "./index.d.ts", | ||
"esm2022": "./esm2022/angular-busy2.mjs", | ||
"esm": "./esm2022/angular-busy2.mjs", | ||
"default": "./fesm2022/angular-busy2.mjs" | ||
@@ -47,0 +45,0 @@ } |
@@ -1,4 +0,4 @@ | ||
export { CgBusyOptions } from './lib/cgBusy.interface'; | ||
export type { CgBusyOptions } from './lib/cgBusy.interface'; | ||
export { CgBusyModule } from './lib/cgBusy.module'; | ||
export { CgBusyDefaults } from './lib/cgBusyDefaults.service'; | ||
export { CgBusyDirective } from './lib/cgBusy.directive'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2
49957
13
413