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
Sometimes there are extensions for observables to convert them to promises. I already refactored some usages to firstValueFrom to get rid of the extensions. It is still mixed and should be refactored. ng-openapi-gen supports generation of promises. Maybe this is a good point to start and harmonize. Use promise for API calls and remove custom extensions #1335
The web projects were migrated from one angular version to another. New conventions were not applied.
Here are some conventions we should apply:
standalone: falsefor legacy compatibility.@if,@for,@switch,@deferinstead of structural directives.firstValueFromto get rid of the extensions. It is still mixed and should be refactored. ng-openapi-gen supports generation of promises. Maybe this is a good point to start and harmonize. Use promise for API calls and remove custom extensions #1335