Git Product home page Git Product logo

devon4ng-application-template's Introduction

devonfw default community health files

Apache License, Version 2.0

devonfw is a standard development platform and consists of many repositories. This repository is for default community health files of this entire devonfw github organization.

devon4ng-application-template's People

Contributors

chdattat avatar dependabot-preview[bot] avatar dependabot[bot] avatar isandesh1986 avatar jambulud avatar jan-vcapgemini avatar jdiazgon avatar jorge-dacal avatar maybeec avatar sjimenez77 avatar sujith-mn avatar suprishi avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

devon4ng-application-template's Issues

Environment.ts gets merged faulty (using CobiGen generate)

Expected behavior

As a CobiGen user, I want to generate an angular client project from my Eto file.

Result of merged src/environments/environment.ts should look like:

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

Actual behavior

After generating the project by following the steps on:
https://github.com/devonfw/cobigen/wiki/howto_angular-client-generation
The merged src/environments/environment.ts file gets merged with an invalid format.

Result looks like this:

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

Steps to reproduce (bug) / Use Case of feature request (enhancement)

  1. Follow steps on: https://github.com/devonfw/cobigen/wiki/howto_angular-client-generation using the my-thai-star project
  2. Generate from my-thai-star\java\mtsj\api\src\main\java\com\devonfw\application\mtsj\general\logic\api\to\BinaryObjectEto.java

Related/Dependent Issues

Comments/Hints:

Affected version:

  • CobiGen Eclipse Plug-in 7.1.0.202012101009
  • CobiGen Eclipse Plug-in 7.0.0
  • CobiGen - TypeScript Plug-in 7.1.0

Remove Covalent dependencies

Category: enhancement

Severity: Medium

As the Angular Material data table is fully functional we can remove the current Covalent one that does not add any extra feature and use this one. In the same process we can remove layouts and other components.

With this update this template would be independent of future Covalent changes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.