-
Notifications
You must be signed in to change notification settings - Fork 129
0.46 Breaking Changes
N1XUS edited this page Sep 13, 2023
·
1 revision
Core/Platform Object status:
- 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.