mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[APPS-2108] Switch search date range to the material date adapter (#8973)
* cleanup and setup testing * switch to material adapter instead of adf one
This commit is contained in:
@@ -83,7 +83,7 @@ export class UserPreferencesService {
|
||||
* @param property The property to watch
|
||||
* @returns Notification callback
|
||||
*/
|
||||
select(property: string): Observable<any> {
|
||||
select<T = any>(property: string): Observable<T> {
|
||||
return this.onChange
|
||||
.pipe(
|
||||
map((userPreferenceStatus) => userPreferenceStatus[property]),
|
||||
|
Reference in New Issue
Block a user