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

NgDocPlaygroundPropertyComponent

Decorators:@Component
Selectors:ng-doc-playground-property
Implements:OnChanges

No documentation has been provided.

Properties

NameTypeDescription
control
FormControl<any> | undefined
defaultValue
unknown
name
string
option
p
NgDocTypeControlProviderOptions | undefined
property
NgDocPlaygroundProperty | NgDocPlaygroundContent | undefined
propertyOutlet
ViewContainerRef | undefined
typeControl
NgDocProvidedTypeControl | undefined

Accessors

get hasPropertyControl

No documentation has been provided.

Presentation
get hasPropertyControl(): boolean;
Type

boolean

get tooltipContent

No documentation has been provided.

Presentation
get tooltipContent(): string;
Type

string

Methods

ngOnChanges()

implements OnChanges

No documentation has been provided.

Presentation
ngOnChanges({ property, control, typeControl, defaultValue }: SimpleChanges): void;
Parameters
NameTypeDescription
{ property, control, typeControl, defaultValue }
SimpleChanges
Returns
void