November 2019
Beginner
804 pages
20h 1m
English
First of all, since we are going to use decorators, we need to adapt the tsconfig.json file to add support for them (actually, to remove warnings):
Next, import the decorators from class-transformer.
Finally, you also need to import reflect-metadata.
class MediaCollection<T extends Media> ...
Read now
Unlock full access