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

NgDocInputWrapperComponent

Decorators:@Component @UntilDestroy
Generic types:T B
Selectors:ng-doc-input-wrapper
Implements:AfterViewCheckedNgDocInputHost<T>

No documentation has been provided.

Constructor

No documentation has been provided.

Presentation
constructor(
	elementRef: ElementRef<HTMLElement>, 
	protected changeDetectorRef: ChangeDetectorRef
): NgDocInputWrapperComponent<T, B>;
Parameters
NameTypeDescription
elementRef
ElementRef<HTMLElement>
p
changeDetectorRef
ChangeDetectorRef

Properties

NameTypeDescription
align
NgDocTextAlign
blurContent
NgDocContent<NgDocContextWithImplicit<B | null>>
blurContext
B | null
focusCatcher
NgDocFocusCatcherDirective | undefined
input
NgDocBaseInput<T> | undefined
inputControl
implements NgDocInputHost
NgDocBaseInput<T> | undefined

Accessors

get blurContentIsVisible

No documentation has been provided.

Presentation
get blurContentIsVisible(): boolean;
Type

boolean

get disabled

No documentation has been provided.

Presentation
get disabled(): boolean;
Type

boolean

Methods

emptyEvent()

No documentation has been provided.

Presentation
emptyEvent(): void;
Returns
void
@ngDocMakePure

getBlurContext()

No documentation has been provided.

Presentation
getBlurContext($implicit: B | null): NgDocContextWithImplicit<B | null>;
Parameters
NameTypeDescription
$implicit
B | null
Returns

inputHasValue()

No documentation has been provided.

Presentation
inputHasValue(): boolean;
Returns
boolean

ngAfterViewChecked()

implements AfterViewChecked

No documentation has been provided.

Presentation
ngAfterViewChecked(): void;
Returns
void