celerio-angular-quickstart
celerio-angular-quickstart copied to clipboard
Generate an Angular 5 CRUD application from an existing database schema (we provide a sample one)
Entities -> Author List -> Select Author -> Author db relations -> Books -> Add "Co Author" select box is disabled, form not working.
Reverts jaxio/celerio-angular-quickstart#67
Any posibility to send custom error message from backend? If we have some validation checks on domain level and this fail (ex. on Add/Update) how we can send error message...
Today, 1.10.2017, I tried a complete fresh rebuild of the quickstart from scratch. After Login and navigate to http://localhost:4200/swagger-ui.html I've got the same error message as described in #50. My...
primeng, font-awesome, @angular/cdk, @angular/material, @angular-devkit/core, @angular-devkit/schematics without these "ng build" will fail.
any ide good for develop those front-end and back-end in this project? free will be better and what version? I am new to angular and trying to learn ,thank you.
In Windows, the below step doesn't work (doesn't delete the files) and it doesn't complain either rm web/src/app/app.module.ts web/src/app/app.component.* web/src/styles.css Due to this the quickstart doesn't work as expected. Once...
I tried running this quickstart example and found out when I chose certain menus which end with 'create' for example Passport create, or Author create, the session did not timeout...
I was following the guide in the readme for migrating the quickstart from H2 to own instance of MySQL. After changing the files listed and running steps, the server on...
Hello Together, for an ITSM / CMDB Project we have a datamodel with an entity "Component" and "Package". This will be generated ootb to "MyComponent" resp. "MyPackage". For a couple...