fingerpich / jalali-angular-datepicker

Highly configurable jalali (shamsi, khorshidi, persian) date picker built for Angular ( 2 or more ) applications
https://fingerpich.github.io/jalali-angular-datepicker/
MIT License
152 stars 61 forks source link

template do not follow Angular css-encapsulation #71

Closed MammadK closed 6 years ago

MammadK commented 6 years ago

as shown below, for some reason angular css encapsulation attributes only applies to the dp-date-picker element and not child elements.

code

as you can see, after compilation, angular add unique attributes to all html elements and styles that belongs to a component. so it's important to fix this issue otherwise any costume styling will not apply to datepicker...thanks

code3

code

code 2png

fingerpich commented 6 years ago

44