eduardoschonhofen
Results
1
comments of
eduardoschonhofen
It's not possible to provide differents DateAdapters to each Component. Only one Provider is being applied. In something.module.ts ``` export class CustomDatePickerAdapter extends NativeDateAdapter { constructor(matDateLocale:string) { super(matDateLocale,new Platform()); }...