You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main issue seems to be the types must be defined in a particular order in order to be recognized. Is this ok behavior or is this a bug of the library. As I use the same object multiple places and sometimes have them nested (the app I am working on needs it) What would be the proper way of including them.
The text was updated successfully, but these errors were encountered:
Using 2 different JSON Serialization libraries I am having an issue regarding type order with Angular 4:
The 2 cases are documented here:
shakilsiraj/json-object-mapper#9
jf3096/json-typescript-mapper#19
The main issue seems to be the types must be defined in a particular order in order to be recognized. Is this ok behavior or is this a bug of the library. As I use the same object multiple places and sometimes have them nested (the app I am working on needs it) What would be the proper way of including them.
The text was updated successfully, but these errors were encountered: