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

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

There is a newer version: 1.1.1
Show newest version
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