sathishkanna's avatar

Angular 2 with Lumen

what is the best way to integrate angular 2 with lumen

0 likes
3 replies
bobbybouwmann's avatar

What have you tried so far?

Note that Lumen is intended for REST api's. So you simply need to provide an API with your Lumen application and create a separate Angular project that consumes this API.

bobbybouwmann's avatar

I can't create an example for you. However you are asking for something that you need to learn first. Take it step by step. Create a normal application first and then move on to an API and separate front-end application.

1 like

Please or to participate in this conversation.