Interface | Description |
---|---|
ClientResources | |
Configurator<T extends Provider> | |
Controller | |
Directive | |
Filter | |
Injectable |
A marker interface used to flag types that are injectable into other objects,
such as
Service s, Provider s, Controller s, and
AbstractModule s. |
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 |
Provider represents a constructor function which creates Service Factory.
|
Service |
Class | Description |
---|---|
AbstractController | |
AbstractDirective | |
AbstractFilter | |
AbstractModule |
Provides abstract implementation of
Module . |
Angular |
Provides GWT Java representation of AngularJS's angular object.
|
Injector |
Used to retrieve object instances.
|
NG | |
NGObject |
An abstract representation of AngularJS objects.
|
NGScope |
https://github.com/kyoken74/gwt-angular/issues/6
|
Provide |
Enum | Description |
---|---|
Directive.Restrict |
Annotation Type | Description |
---|---|
Angular.Bind |
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.