Provide an abstract class used in theming system of flowbite-angular.
Methods
abstract getClasses() |
---|
This function prepare the component's classes, based on properties, used in the template of the component. |
Presentation |
ParametersName | Type | Description |
---|
properties | TProperties | Properties of the component being styled. |
Returns |
Overload #1 |
---|
This function prepare the component's classes, based on properties, used in the template of the component. | Presentation | ParametersName | Type | Description |
---|
properties | TProperties | Properties of the component being styled. |
Returns |
|