Andrii Cherepovskyi

Results 3 comments of Andrii Cherepovskyi

Hi everyone. I wanted this feature for a long time and decided to write it my own npm package for it. It can be not perfect and this is one...

@robertdempsey I have never used keyof before, but seems we cannot link it to "this" property inside of interface (since interface is not js construction) and I am getting such...

The exact same problem as described: The minimum example: ```typescript import { Injectable } from "@angular/core"; import { DocumentReference, Firestore, doc, docData } from "@angular/fire/firestore"; import { Observable } from...