We have changed the structure of the Angular SDK to break cyclic dependencies. Due to this, the following changes have been made:
- Model deserialization logic has moved out from model files.
- We have added new files
ObjectMapper.jsandModelFactory.jsto the SDK. BaseModelis now being used to assign values to model properties (when model class is directly instantiated)BaseControllerhas been added to the SDK.
Please generate your SDK again to get the improved code.