Configuring angularjs with eclipse IDE

前端 未结 9 756
借酒劲吻你
借酒劲吻你 2021-01-29 23:36

I want to start using AngularJs and Java Spring for development purpose.I am using Eclipse as IDE . I want to configure my Eclipse to have these frameworks working seamlessly.

9条回答
  •  失恋的感觉
    2021-01-30 00:08

    • Install JavaScript Development Tools (JSDT) and AngularJS Eclipse plug-in in eclipse from Eclipse Marketplace or Update site angularjs-eclipse-0.5.0,

      Install AngularJS Eclipse

    • Right Click on your project --> Configure --> Convert to Angularjs Project (as shown below)

      Convert Angularjs Project

    Now you can see the Angularjs tags available as shown below.

    AngularJS Tags are available.

提交回复
热议问题