@fababracx/ngx-console-logger
Version:
Logging library for Angular
19 lines (18 loc) • 606 B
TypeScript
import * as i0 from "@angular/core";
export declare class PerfRefreshCountComponent {
counter: number;
/**
* Component name
*/
name: string;
/**
* Counter label
*/
counterLabel: string;
/**
* Log number of angular component refresh
*/
onRefreshCounter(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PerfRefreshCountComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PerfRefreshCountComponent, "ngx-cl-perf-refresh-count", never, { "name": "name"; "counterLabel": "counterLabel"; }, {}, never, never, false>;
}