Skip to content

Angular Creating A New API Endpoint

Rafael J. Rodriguez edited this page May 15, 2016 · 1 revision

Create a new API endpoint in Angular

>> yo angular-fullstack:endpoint whatsit

Using this line, you get Yeoman to automatically generate another API endpoint and new kind of collection for your database. Now we have things as well as whatsits! Feel free to open up /server/api/whatsit/whatsit.model.js and define your whatsit however you like.

PREVIOUS NEXT

Clone this wiki locally