- NgDepends - Annotation Type in com.google.gwt.angular.client
-
Used to declare module dependencies.
- NgDirective - Annotation Type in com.google.gwt.angular.client
-
Used when a object needs to be registered as a directive.
- NgElement - Interface in com.google.gwt.angular.client
-
Extension of Elemental's Element with Angular convenience functions.
- NgExclude - Annotation Type in com.google.gwt.angular.client
-
- NgInject - Annotation Type in com.google.gwt.angular.client
-
Used to teach the code generators the associated name for a given type.
- NgInject.ExactMatchOnly - Class in com.google.gwt.angular.client
-
- NgInject.ExactMatchOnly() - Constructor for class com.google.gwt.angular.client.NgInject.ExactMatchOnly
-
- NgName - Annotation Type in com.google.gwt.angular.client
-
Used when a given function or object needs to be given a name in Javascript for registration.
- NgNativeDepends - Annotation Type in com.google.gwt.angular.client
-
Used to declare native js module dependencies.
- NgTimeout - Interface in com.google.gwt.angular.client
-
Represents Angular's $timeout service.
- NgWatch - Annotation Type in com.google.gwt.angular.client
-
Tags a function in a controller to be automatically registered via $scope.