WarriorRocker / angular-xo-node

Xo for Angular Module for Node
https://angularxo.io
MIT License
2 stars 1 forks source link

zone.js:3243 GET http://localhost:4200/routes/get 404 (Not Found) #1

Open RaghuManu opened 5 years ago

RaghuManu commented 5 years ago

I am performing angular with wordpress. i followed the steps given in this document https://angularxo.io/. when i run localhost:4200, i am getting http://localhost:4200/routes/get 404 (Not Found) error. please help me.

mirr commented 4 years ago

The fact that ot gives you 404 means the endpoint routes/get does not exist. Were trying to access the custom api endpoint you created? Can you give more details?