ngx-bit
Version:
A flexible NG-ZORRO helper library
12 lines (11 loc) • 401 B
TypeScript
import { OnDestroy, OnInit } from '@angular/core';
import { FormGroupName } from '@angular/forms';
import { BitService } from 'ngx-bit';
export declare class BitI18nUpdateDirective implements OnInit, OnDestroy {
private bit;
private formGroupName;
private changes;
constructor(bit: BitService, formGroupName: FormGroupName);
ngOnInit(): void;
ngOnDestroy(): void;
}