Test your knowledge of strongly typed NgRx code.
NgRx with TypeScript
1.
Which keyword helps you inherit properties from another class?
A.
interface
B.
type
C.
extends
1 / 5
...
Test your knowledge of strongly typed NgRx code.
NgRx with TypeScript
Which keyword helps you inherit properties from another class?
interface
type
extends