paco76

Results 5 comments of paco76

Okay, as a temporary fix I added `defaultColor: ThemePalette` key value pair to the `SatDatepicker` class inside the app node_modules folder

@AlonsoK28 go here /node_modules/saturn-datepicker/datepicker.d.ts and find the following line of code and add the line ` defaultColor: ThemePalette ` export declare class SatDatepicker implements OnDestroy, CanColor { ... private _document;...

@AlonsoK28 it looks like you are on the wrong file. `saturn-datepicker.d.ts.map` make sure it does not end with `.map` the file name should be `saturn-datepicker.d.ts`

I asked this question on stackoverflow, maybe it can help.. ``` ... .red-container { background-color: red; }