I would like to use AngularJS in a php file so that i can include other php files Is there any way to do that?
Angular JS is a javascript framework, this means it's a client side executed scipt. PHP a server side executed script. The answear is NO you cannot include php file using angular js, as angular is a client side executed script and including PHP file requires server side executed script.