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
With the current implementation, it's difficult to add methods on tasks because they are using BaseApplication as input object.
i.e. { application } passed to asPreparingTaskGroup's method of generator-angular is a BaseApplication instead of the generator-angular/types.d.ts#AngularApplication
Same trick could be implemented for Entity (so that an Angular Entity can contain specific attributes and methods, like angularFormPath
Motivation for or Use Case
It would allow more modularity and ease of extension.
Checking this box is mandatory (this is just to show you read everything)
The text was updated successfully, but these errors were encountered:
It’s quite complicated since there is lots of inter dependencies in main generators.
But non application generators types like ci-cd, workspaces needs to be improved.
Overview of the issue
With the current implementation, it's difficult to add methods on tasks because they are using BaseApplication as input object.
i.e.
{ application }
passed toasPreparingTaskGroup
's method of generator-angular is a BaseApplication instead of thegenerator-angular/types.d.ts#AngularApplication
Same trick could be implemented for Entity (so that an Angular Entity can contain specific attributes and methods, like
angularFormPath
Motivation for or Use Case
It would allow more modularity and ease of extension.
The text was updated successfully, but these errors were encountered: