@ohayojp.com/components
Version:
Common business components of ohayojp.
23 lines (22 loc) • 688 B
TypeScript
import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
import { OhayoConfigService } from '@ohayojp.com/util';
export declare class ErrorCollectComponent implements OnInit, OnDestroy {
private el;
private cdr;
private doc;
private $time;
private formEl;
freq: number;
offsetTop: number;
_hiden: boolean;
count: number;
constructor(el: ElementRef, cdr: ChangeDetectorRef, doc: any, configSrv: OhayoConfigService);
private get errEls();
private update;
_click(): boolean;
private install;
private uninstall;
private findParent;
ngOnInit(): void;
ngOnDestroy(): void;
}