Argument of type \'{ query: { limitTolast: number; orderByKey: boolean; }; }\' is not assignable to parameter of type \'QueryFn\'.Object literal may only specify known propertie
You can try this code:
return this.db.list('/categories', ref => ref.orderByChild('name')).valueChanges();