Skip to content

Commit 1828b7a

Browse files
committed
refactor(card): update the sample
1 parent 72fd2e9 commit 1828b7a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/app/card/card.sample.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,13 @@ export class CardSampleComponent implements OnInit {
152152
defaultValue: false
153153
}
154154
},
155+
justifyActions: {
156+
label: 'Justify actions(Angular Only)',
157+
control: {
158+
type: 'boolean',
159+
defaultValue: true
160+
}
161+
},
155162
};
156163

157164
public properties: Properties;

0 commit comments

Comments
 (0)