ngx-clamp
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0.
13 lines (12 loc) • 665 B
TypeScript
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
import { IClampOptions, IClampResponse } from 'clamp.ts';
import * as i0 from "@angular/core";
export declare class NgxClampDirective implements OnInit {
private contentElementRef;
ngxClampOptions: IClampOptions;
ngxClampResponse: EventEmitter<IClampResponse>;
constructor(contentElementRef: ElementRef);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxClampDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxClampDirective, "[ngx-clamp]", never, { "ngxClampOptions": "ngxClampOptions"; }, { "ngxClampResponse": "ngxClampResponse"; }, never>;
}