This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I hope someone can help me. I am currently involved in evaluating clarity.design for use in an Angular app. However, an absolute necessity for us is the possibility of being able to (simply) modify some aspects of the behavior and html structure of certain components.
For example: in the ClrCalendar component (ClrDatepicker module), we would need to add weeknumbers and a "today" button. However, being relatively new also in Angular I am currently struggling a bit so to say. One approach I was trying was to exploit @Directives, but these do not allow me to change a components templates.
However, is my goal achievable in a sane way?
Beta Was this translation helpful? Give feedback.
All reactions