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

NgDocIconComponent

Decorators:@Component
Selectors:ng-doc-icon
Implements:OnChangesOnInit

No documentation has been provided.

Constructor

No documentation has been provided.

Presentation
constructor(
	private readonly elementRef: ElementRef<HTMLElement>, 
	private readonly httpClient: HttpClient
): NgDocIconComponent;
Parameters
NameTypeDescription
r
elementRef
ElementRef<HTMLElement>
r
httpClient
HttpClient

Properties

NameTypeDescription
customIcon
string

Custom icon name, if not set, icon will be used

icon
string

Icon name

size
NgDocIconSize

Icon size

Accessors

get href

No documentation has been provided.

Presentation
get href(): string;
Type

string

Methods

ngOnChanges()

implements OnChanges

No documentation has been provided.

Presentation
ngOnChanges(): void;
Returns
void

ngOnInit()

implements OnInit

No documentation has been provided.

Presentation
ngOnInit(): void;
Returns
void