| "ng": "ng", | "ng": "ng", | ||||
| "gen": "openapi-generator-cli generate -i http://localhost:3000/api-json -g typescript-angular -o api/ --additional-properties=npmName=restClient,supportsES6=true,withInterfaces=true", | "gen": "openapi-generator-cli generate -i http://localhost:3000/api-json -g typescript-angular -o api/ --additional-properties=npmName=restClient,supportsES6=true,withInterfaces=true", | ||||
| "start": "ng serve", | "start": "ng serve", | ||||
| "start:dev": "nest start --watch", | |||||
| "start:debug": "nest start --debug --watch", | |||||
| "build": "ng build", | "build": "ng build", | ||||
| "test": "ng test", | "test": "ng test", | ||||
| "lint": "ng lint", | "lint": "ng lint", |