Interface | Description |
---|---|
ClientResources | |
Configurator<P extends Provider<?>> | |
Controller | |
Directive | |
Factory<S extends Service> | |
Filter | |
Injectable | Deprecated |
Module |
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.
|
Provider<S extends Service> |
Provider represents a constructor function which returns Service Factory.
|
Service |
Class | Description |
---|---|
AbstractController | |
AbstractDirective | |
AbstractFilter | |
AbstractModule |
Provides abstract implementation of
Module . |
Angular |
Provides GWT Java representation of AngularJS's angular object.
|
DefaultFactory<S extends Service> | |
Injector |
Used to retrieve object instances.
|
NG | |
NGObject | Deprecated |
NGScope |
https://github.com/kyoken74/gwt-angular/issues/6
|
Provide |
Enum | Description |
---|---|
Directive.Restrict |
Annotation Type | Description |
---|---|
Angular.Bind | Deprecated
Replaced by
Injector.Inject |
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.