How can I use Angular 2 in PHP application?

前端 未结 4 1962
长情又很酷
长情又很酷 2020-12-13 19:36

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

4条回答
  •  一个人的身影
    2020-12-13 20:16

    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.

提交回复
热议问题