How can I use Angular 5/6 for frontend and Codeigniter 3 for backend in the same app? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: How can I use Angular 5/6 for frontend and Codeigniter 3 for backend in the same app? (/showthread.php?tid=71064) |
How can I use Angular 5/6 for frontend and Codeigniter 3 for backend in the same app? - wil2129 - 06-30-2018 I have this project I want to do, 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 Can anyone help me?? |