I am a PHP developer and I started learning Angular2. But I don\'t know how to use it with PHP.
Is it possible using Angular just as frontend?
What I must to do?
How to use
as far as I know AngularJS is client side Javascript framework. So in general there's no need for 'nodejs'. You just need the AngularJS library files included in your HTML that's going to be produced by your PHP code.
I guess you should have a closer look at AngularJS at first.