Interface | Description |
---|---|
Configurator<P extends Provider<?>> |
Provides an interface for configuring a
Provider implementations. |
Controller |
Provides an interface for AngularJS's controller objects.
|
Directive |
TODO This file needs some serious review and clean-up.
|
Factory<S extends Service> |
Provides an interface for
Service factory. |
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 |
A marker interface for Angular service component.
|
Class | Description |
---|---|
AbstractController |
Provides an abstract implementation of
Controller interface. |
AbstractDirective |
Provides an abstract implementation of a custom directive.
|
AbstractFilter |
Provides an abstract implementation of filter.
|
AbstractModule |
Provides an abstract implementation 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,
which exposes a public interface to the users. |
Angular.Version | |
DefaultFactory<S extends Service> |
Provides a default implementation of
Service Factory
interface. |
Injector |
Used to retrieve object instances.
|
NG |
GWT Angular core module, analogous to AngularJS's
ng . |
NGScope |
Provides GWT Java interface for AngularJS's
$scope object. |
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 © 2015. All rights reserved.