ashishgkwd / ngx-mat-daterange-picker

Date range picker component based of Angular Material Calendar component and configurable date presets. Packaged using ng-packagr.
https://multi-ngx-mat-daterange-picker-example.stackblitz.io
33 stars 34 forks source link

Style customization #19

Open milanstamenkovic opened 5 years ago

milanstamenkovic commented 5 years ago

Is it possible to customize style?

RakRiley commented 5 years ago

+++

finley-fuelx commented 5 years ago

I have to clone the code and add this line encapsulation: ViewEncapsulation.None, https://github.com/ng-select/ng-select/blob/master/src/ng-select/ng-select.component.ts#L67

rubenCodeforges commented 5 years ago

@milanstamenkovic @RakRiley @finley-fuelx Guys you always can use special selectors , no need to turn the encapsulation off, for example ::ng-deep can apply styles.