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

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

package com.google.gwt.angular.client;

/**
 * Used for writing directive parsers.
 */
public interface NgParserFunction {
  Object parse(T value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy