tickera-angular-components 0.0.1-dev.178 → 0.0.1-dev.179
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -2050,6 +2050,8 @@ declare class BrowserZoomLockService {
|
|
|
2050
2050
|
|
|
2051
2051
|
type ToastType = 'success' | 'error' | 'info';
|
|
2052
2052
|
declare class ToastService {
|
|
2053
|
+
private platformId;
|
|
2054
|
+
constructor(platformId: Object);
|
|
2053
2055
|
show(message: string, type?: ToastType): void;
|
|
2054
2056
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToastService, never>;
|
|
2055
2057
|
static ɵprov: i0.ɵɵInjectableDeclaration<ToastService>;
|