I want create an application using symfony2 in server side and angularJs in client side. I create a restful api with friendsofsymfony but I still doesn't know how can I consume the Json data generated by the api with angular. I found in some tutorials that I can split the two part of the project and so I should now create a simple HTML project with AngularJS. But I still have no idea how can I do this!
Can someone help me please with some instructions or examples?