I'm working with an existing old web project, and want to start using angular 7 in the project from now on, mostly in order to not stay behind with old tech. The server side is php 7, and client is html + javascript (using jQuery). Server is Apache.
I want to continue using php for server side, and start using angular for client side.
I've tried to find information but couldn't find anything useful.
My question is: Is it possible to add angular to the code from now on, while the old pages continue working using their current code (regular js and html pages)? can I add angular to my project and work with it from now on, without making too big changes in the existing code? If so, how can I do that?
Thanks