Features
BREAKING CHANGES
- core,platform: - Core Object Status now uses
ColorAccent
type asindicationColor
property type;
- Content projection has been removed from Core Object Status;
IndicationColorType
from@fundamental-ngx/platform/object-status
now extended to max number of 10.- To provide custom complex text template for Core Object Status, use
textTemplate
input property offd-object-status
to pass custom TemplateRef; - To provide custom complex text template for Platform Object Status, use
<ng-template fdpObjectStatusText>...</ng-template>
content-projected template.