You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user model on the initial app includes user.model.spec.js. It would be nice that the generator automatically includes that because it's not on the list of created files
$ yo angular-fullstack:endpoint client
? What will the url of your endpoint be? /api/clients
create server/api/client/index.js
create server/api/client/index.spec.js
create server/api/client/client.controller.js
create server/api/client/client.events.js
create server/api/client/client.integration.js
create server/api/client/client.model.js
create server/api/client/client.socket.js
The text was updated successfully, but these errors were encountered:
The
user
model on the initial app includesuser.model.spec.js
. It would be nice that the generator automatically includes that because it's not on the list of created filesThe text was updated successfully, but these errors were encountered: