Package com.asayama.gwt.angular.client

Provides GWT Java wrapper around AngularJS.

See: Description

Package com.asayama.gwt.angular.client Description

Provides GWT Java wrapper around AngularJS. This module contains the components in Angular's "ng" module, which is the core of AngularJS framework. The core module contains enough components to start building a simple application.

In order to use the components in this module, the user must add the following inherit statements in his or code.

<inherits name="com.asayama.gwt.angular.Angular" />
 

Copyright © 2015. All rights reserved.