ericmdantas / generator-ng-fullstack

Client, server or fullstack - it's up to you. ng-fullstack gives you the best of the latest.
MIT License
704 stars 103 forks source link

Generator: Server #122

Closed ccocker closed 8 years ago

ccocker commented 8 years ago

The generator yo ng-fullstack:endpoint skate --feature skateboard produces some errors.

For example:

In the client.controller.ts file we are importing import clientDAO from '../dao/client.dao'; However the name of the file generated for the DAO is client-dao, not client.dao.

This same error occurs in each of the generated server files i.e. component, dao, route and model

ericmdantas commented 8 years ago

What server are you using?

ccocker commented 8 years ago

node

ericmdantas commented 8 years ago

1.7.13 released.