Getting Started
Writing content
API Documentation
Customization
Recipes
API References Develop
@ng-doc/ui-kit / Class

NgDocSmoothResizeComponent

Decorators:@Component
Selectors:ng-doc-smooth-resize
Implements:OnChanges

No documentation has been provided.

Constructor

No documentation has been provided.

Presentation
constructor(
	private readonly element: ElementRef<HTMLElement>
): NgDocSmoothResizeComponent;
Parameters
NameTypeDescription
r
element
ElementRef<HTMLElement>

Properties

NameTypeDescription
animateOpacity
boolean
resizeAnimation
{ value: unknown; params: { startHeight: number; startWidth: number; }; } | undefined
trigger
unknown

Methods

ngOnChanges()

implements OnChanges

No documentation has been provided.

Presentation
ngOnChanges(): void;
Returns
void