Slide 4
Slide 4 text
Problems to solve
1
Material components customisation.
Development time for H&C projects is
short, so we must be quicker.
2
CSS code repetition*. A good example are
H&C input fields –quite different from
Material– so a lot of styles must be
customised per project. This is time
consuming for developers.
3
Angular Material library only provides
color theming (no theming for font-size,
font-weight, line-height, spacing…), so
Angular Material theming is not an option.
(*) Code repetition also happens with HTML and probably JS, but this is out of our scope for now.