@1inch/ng-utils
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -7,2 +7,3 @@ import { ILogger } from "./logger.interface"; | ||
readonly isDevLogger: boolean; | ||
private readonly isEnabledConsoleLog; | ||
constructor(spaceName: () => string, reportError: ReportErrorType, isDevLogger?: boolean); | ||
@@ -9,0 +10,0 @@ error(error: Error, errorTest: string, ...args: any): void; |
@@ -1,5 +0,7 @@ | ||
import { ChangeDetectorRef } from "@angular/core"; | ||
import { ChangeDetectorRef, Injector } from "@angular/core"; | ||
export declare function isNil(x: any): x is null | undefined; | ||
export declare function getSpaceName(cd?: ChangeDetectorRef | null): string | null; | ||
export declare function getStringByGetters<T>(target: T | null, getters: ((target: T) => string)[]): string | null; | ||
export declare function getSpaceNameByChangeDetector(cd: ChangeDetectorRef | null): string | null; | ||
export declare function getSpaceNameByInjector(injector: Injector | null): string | null; | ||
export declare function injectSpaceNameFactory(defaultValue?: string): (() => string); | ||
export declare function addToGlobal(name: string, value: any): void; |
{ | ||
"name": "@1inch/ng-utils", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": "Denis Kotsiuba <kocubads96@gmail.com, d.kotsiuba@1inch.io> https://github.com/DKotsyuba", | ||
@@ -5,0 +5,0 @@ "description": "Angular reactive utils library", |
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
265885
2105