How can I do to use Angular 5/6 for frontend and Codeigniter 3 for backend in the web same app?


How can I do to use Angular 5/6 for frontend and Codeigniter 3 for backend in the web same app?



I want to buid a web using Angular 6 for frontend and Codeigniter 3 for backend. The problem is that I don't know how to combine the two, and all the tutorials I looked were using AngularJS which is the version 1 whereas i'm using version 6, and it didn't really work.



I am looking for something like JavaScript & CSS Scaffolding using Angular 6 (and not AngularJS) with Codeigniter 3



What I want is to set the view to be the Angular app and let Codeigniter do the routing and handle the server



Can anyone help me??




1 Answer
1



You can create APi's in codeigniter and then implement those in Angular or any other front end language.





I forgot to tell I am new to this, so please can you tell me exactly how to do that or redirect me to a place where I can find that? Thanks.
– Aarav Acharya
Jul 1 at 10:11





you read this blog formget.com/php-rest-api
– Salman Zafar
Jul 1 at 10:14





I tried it but I still don't suceed to do it.
– Aarav Acharya
2 days ago





Can anyone one give me another solution, with code for example
– Aarav Acharya
2 days ago





Typescript scaffolding (with Angular 6) using Codeigniter 3??
– Aarav Acharya
2 days ago






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

List of Kim Possible characters

Audio Livestreaming with Python & Flask

NSwag: Generate C# Client from multiple Versions of an API