Interface | Description |
---|---|
Configurator<P extends Provider<?>> | |
Controller | |
Directive |
TODO This file needs some serious review and clean-up.
|
Factory<S extends Service> | |
Filter |
TODO This file needs some serious review and clean-up.
|
Provider<S extends Service> |
Provider represents a constructor function which returns Service Factory.
|
Service |
Class | Description |
---|---|
AbstractController | |
AbstractDirective | |
AbstractFilter | |
AbstractModule |
Provides GWT Java interface for AngularJS's Module object, and acts as an
adapter for GWT module (represented by the EntryPoint interface) and Angular
module (represented by the added interfaces in this class.
|
Angular |
Provides GWT Java representation of AngularJS's angular object.
|
Angular.Version | |
DefaultFactory<S extends Service> | |
Injector |
Used to retrieve object instances.
|
NG | |
NGScope |
https://github.com/kyoken74/gwt-angular/issues/6
|
Provide |
Enum | Description |
---|---|
Directive.Restrict |
Annotation Type | Description |
---|---|
Angular.SupportedRootClass | |
Injector.Bind |
Annotates the binding of native JavaScript objects to a JSNI
representation of the same object in GWT.
|
Injector.Inject |
Annotates the dependency of a component.
|
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 © 2014. All rights reserved.