![JAR search and dependency download from the Maven repository](/logo.png)
fr.lteconsulting.angular2gwt.processor.AngularDirective.txt Maven / Gradle / Ivy
package PACKAGE;
public class CLASS_NAME
{
public static native Object get()
/*-{
var directive = $wnd.DIRECTIVE_CLASS_FQN;
directive.parameters = directive.parameters || [
PARAMETERS
];
directive.annotations = directive.annotations || [ new $wnd.ng.core.Directive({
selector: "SELECTOR",
HOST
INPUTS
})
];
PROPERTIES
return directive;
}-*/;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy