KY-Programming / generator

Type Generator: No framework. No magic. Just code. 100% debuggable.
https://generator.ky-programming.de
MIT License
18 stars 4 forks source link

Missing SkipSelf Option on GenerateAngularModel Attribute #17

Closed joachim-heck closed 4 years ago

joachim-heck commented 4 years ago

Hey Kai, I'm missing out the quite useful SkipSelf operator which was available in the old Generator.json configuration - Is there a way to configure it in the new 5.0 Version?

ky-one commented 4 years ago

Hi Joachim, the GenerateAngularModelAttribute was designed to generate one model for angular. Please try to use GenerateIndexAttribute. See the documentation.

Please provide feedback, if your problem is solved or not.

Regards Kai

ky-one commented 4 years ago

Added GenerateAngularIndexAttribute to add the missing Object.assign(...) in constructor.

See documentation for all informations

Will be part of the next release