theming-material / Class

HctFormatter

Decorators:@Injectable

Service responsible for formatting HCT color values into strings, which will be used as theme token values.

Notes

This is an abstract service, with a default implementation HexStringHctFormatter.

Methods

abstract

format()

No documentation has been provided.

Presentation
abstract format(value: Hct): string;
Parameters
NameTypeDescription
value
Hct
Returns
string
Overload #1

No documentation has been provided.

Presentation
abstract format(value: Hct): string;
Parameters
NameTypeDescription
value
Hct
Returns
string