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

com.google.gwt.angular.client.RouteParams 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 $routeParams object.
 */
@NgInject(name = "$routeParams")
final public class RouteParams extends JavaScriptObject {
    protected RouteParams() {
    }

//    public JsonObject json() {
//      return Util.reinterpret_cast(this);
//    }

    public native String get(String key) /*-{
      return this[key];
    }-*/;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy