generator-angular-2-crud icon indicating copy to clipboard operation
generator-angular-2-crud copied to clipboard

This app generate a CRUD for Angular2

Results 18 generator-angular-2-crud issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.5 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

I am not able to generate CRUD Application. I follow all steps but unable to create

Haven't looked at the code yet, but would it be possible to use JSON Schema for the data model? Thx.

I get a list of items, then press "New Item" button. The item is created in place as the first element in the UI. If i then edit it, the...

Do I have to create an empty bower.json file?

This is building over linux/ubuntu, we have to generate the CRUD over Windows and MacOS and run the project. - [ ] Run on Windows - [ ] Run on...

I have this object at the DataModel. ``` "Car": { "id": { "key": "true" }, "ip": { "type": "string", "require": "true" }, "name": { "type": "string", "require": "true" }, "location":...

enhancement

We have to validate a data model format and restrictions

```json { "Users": { "Id": { "key": "true"}, ... "CityId": { "referent": "Cities", "render": "name"}, "CountryId": { "referent": "Countries", "render": "name"} } ```