-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Currently, Angular's HttpClient library supports typed returns, for example:
HttpClient.get<Foo>(...); However, Angular returns a "structural subtype" that conforms to Foo which is really a generic object that conforms to the properties defined by Foo.
It'd be nice if we can take this a step further and have a plugin that uses ts-parse that will provide a real instance of Foo.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels