@ngneat/hot-toast
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -1,5 +0,5 @@ | ||
import { AfterViewInit, EventEmitter, Injector, NgZone, OnDestroy, OnInit, Renderer2 } from '@angular/core'; | ||
import { AfterViewInit, EventEmitter, Injector, NgZone, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core'; | ||
import { CreateHotToastRef, HotToastClose, Toast, ToastConfig } from '../../hot-toast.model'; | ||
import * as i0 from "@angular/core"; | ||
export declare class HotToastComponent implements OnInit, AfterViewInit, OnDestroy { | ||
export declare class HotToastComponent implements OnInit, AfterViewInit, OnDestroy, OnChanges { | ||
private injector; | ||
@@ -21,4 +21,3 @@ private renderer; | ||
constructor(injector: Injector, renderer: Renderer2, ngZone: NgZone); | ||
ngOnInit(): void; | ||
ngAfterViewInit(): void; | ||
get toastBarBaseHeight(): number; | ||
get containerPositionStyle(): { | ||
@@ -69,2 +68,5 @@ left: number; | ||
get isIconString(): boolean; | ||
ngOnChanges(changes: SimpleChanges): void; | ||
ngOnInit(): void; | ||
ngAfterViewInit(): void; | ||
close(): void; | ||
@@ -71,0 +73,0 @@ ngOnDestroy(): void; |
{ | ||
"name": "@ngneat/hot-toast", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Smoking hot Notifications for Angular. Lightweight, customizable and beautiful by default.", | ||
"schematics": "./schematics/collection.json", | ||
"peerDependencies": { | ||
"@angular/core": ">=13.0.0", | ||
"@angular/core": ">=13.0.0 < 15", | ||
"@ngneat/overview": ">=3.0.0" | ||
@@ -9,0 +9,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
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
516071
3731