How to use angularJs in GWT?

angularjs, gwt, javascript

Solution

Take a look at

AngularGWT - This is a library that enables Authors to write components or complete apps for AngularJS in Java. This is mostly done using compiler castings for Google Web Toolkit to "compile" Java Code into Javascript.

Problem

I want to integrate angularJs in my existing GWT application. I am new to angularJs. How to start with it? Thanks

Original source