fr.lteconsulting.angular2gwt.client.interop.HTMLDocument Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of angular2-gwt Show documentation
Show all versions of angular2-gwt Show documentation
Allows to develop Angular 2 applications with GWT
package fr.lteconsulting.angular2gwt.client.interop;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsProperty;
import jsinterop.annotations.JsType;
@JsType( isNative = true, namespace = JsPackage.GLOBAL, name = "HTMLDocument" )
public class HTMLDocument
{
public HTMLElement body;
public native T createElement( String name );
@JsProperty( namespace = JsPackage.GLOBAL, name = "document" )
public static native HTMLDocument get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy