Incomplete type definition of contant #1361
Labels
bug
comp:tsplugin
duplicate
Team_CobiGen_Templates
These issues will be handeled by the team CobiGen_Templates
Milestone
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
The text was updated successfully, but these errors were encountered: