com.google.gwt.angular.client.NgElement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of angulargwt Show documentation
Show all versions of angulargwt Show documentation
AngularJS integration for GWT
package com.google.gwt.angular.client;
import elemental.dom.Element;
import elemental.events.EventListener;
/**
* Extension of Elemental's Element with Angular convenience functions.
*/
@NgInject(name = "$element")
public interface NgElement extends Element {
void bind(String evt, Runnable run);
void bind(String evt, EventListener listener);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy