Getting Started
Usages
Columns
API References
ngx-panemu-table / Class

ResizableDirective

Decorators:@Directive
Selectors:[resizable]

No documentation has been provided.

Constructor

No documentation has been provided.

Presentation
constructor(
	@Inject() private readonly documentRef: Document, 
	@Inject() private readonly elementRef: ElementRef<HTMLElement>
): ResizableDirective;
Parameters
NameTypeDescription
@Inject
r
documentRef
Document
@Inject
r
elementRef
ElementRef<HTMLElement>

Properties

NameTypeDescription
@Output
onEnd
EventEmitter<any>
@Output
onStart
EventEmitter<any>
@Output
resizable
r
Observable<number>