Skip to content

Generics in helper methods #168

Answered by tstackhouse
tstackhouse asked this question in Q&A
Discussion options

You must be logged in to vote

I think I may have actually figured it out. It appears that I need to modify my component declaration like so:

class FormComponent<T extends Record<string, any>> {
  DEFAULT_VALUE: T = { };
  form: FormGroup<T>;
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tstackhouse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant