Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete type definition of contant #1361

Closed
scerroni opened this issue Jun 29, 2021 · 1 comment
Closed

Incomplete type definition of contant #1361

scerroni opened this issue Jun 29, 2021 · 1 comment
Labels
bug comp:tsplugin duplicate Team_CobiGen_Templates These issues will be handeled by the team CobiGen_Templates
Milestone

Comments

@scerroni
Copy link
Contributor

When i try to generate a client Angular APP, the "environment.ts" files i Supposed are correct, without a ":" after the definition.

export const environment = {
production: false,
restPathRoot: 'http://localhost:8081/',
restServiceRoot: 'http://localhost:8081/services/rest/',
security: 'jwt'
};

Actual behavior -->

export const environment: = {
production: false,
restPathRoot: 'http://localhost:8081/',
restServiceRoot: 'http://localhost:8081/services/rest/',
security: 'jwt'
};

Stes to reproduce:
Cobigen --> Generate --> Angular Client

Comments/Hints: I've tried this features 2 weeks ago and it work fine.

Affected version: 2021.04.001

@scerroni scerroni added the bug label Jun 29, 2021
@maybeec maybeec changed the title Open Api Angular Clinet Generation Incomplete type definition of contant Jul 20, 2021
@LarsReinken
Copy link
Collaborator

LarsReinken commented Nov 17, 2021

duplicate of #1291

@maybeec maybeec added the Team_CobiGen_Templates These issues will be handeled by the team CobiGen_Templates label Feb 18, 2022
@maybeec maybeec added this to the v2021.12.007 milestone Apr 14, 2022
@maybeec maybeec closed this as completed Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug comp:tsplugin duplicate Team_CobiGen_Templates These issues will be handeled by the team CobiGen_Templates
Projects
None yet
Development

No branches or pull requests

3 participants