All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.gwt.angular.client.Location Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package com.google.gwt.angular.client;

import com.google.gwt.core.client.JavaScriptObject;

/**
 * The angular.js $location object.
 */
@NgInject(name = "$location")
final public class Location extends JavaScriptObject {
  protected Location() {
  }

  public native String path() /*-{
    return this.path();
  }-*/;

  public native void path(String p) /*-{
    return this.path(p);
  }-*/;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy