Docs Quickstart Figma Flowbite
1.3.0
Getting started
Customize
Components
API Reference NEW
components / Class

IconRegistry

Decorators:@Injectable
Implements:OnDestroy

No documentation has been provided.

Methods

addRawSvgIcon()

No documentation has been provided.

Presentation
addRawSvgIcon(iconName: string, raw: SafeHtml, options?: SvgIconOptions | undefined): this;
Parameters
NameTypeDescription
iconName
string
raw
SafeHtml
options
SvgIconOptions | undefined
Returns
this

addRawSvgIconInNamepsace()

No documentation has been provided.

Presentation
addRawSvgIconInNamepsace(namespace: string, iconName: string, raw: SafeHtml, options?: SvgIconOptions | undefined): this;
Parameters
NameTypeDescription
namespace
string
iconName
string
raw
SafeHtml
options
SvgIconOptions | undefined
Returns
this

addSvgIcon()

No documentation has been provided.

Presentation
addSvgIcon(iconName: string, url: SafeResourceUrl, options?: SvgIconOptions | undefined): this;
Parameters
NameTypeDescription
iconName
string
url
SafeResourceUrl
options
SvgIconOptions | undefined
Returns
this

addSvgIconInNamespace()

No documentation has been provided.

Presentation
addSvgIconInNamespace(namespace: string, iconName: string, url: SafeResourceUrl, options?: SvgIconOptions | undefined): this;
Parameters
NameTypeDescription
namespace
string
iconName
string
url
SafeResourceUrl
options
SvgIconOptions | undefined
Returns
this

getSvgIconFromName()

No documentation has been provided.

Presentation
getSvgIconFromName(iconName: string, namespace: string): Observable<SVGElement>;
Parameters
NameTypeDescription
iconName
string
namespace
string
Returns
Observable<SVGElement>

getSvgIconFromUrl()

No documentation has been provided.

Presentation
getSvgIconFromUrl(safeUrl: SafeResourceUrl): Observable<SVGElement>;
Parameters
NameTypeDescription
safeUrl
SafeResourceUrl
Returns
Observable<SVGElement>

ngOnDestroy()

implements OnDestroy

No documentation has been provided.

Presentation
ngOnDestroy(): void;
Returns
void
Flowbite

© 2019-2024 Flowbite™ is a registered trademark. All Rights Reserved.