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

fr.lteconsulting.angular2gwt.ng.core.NgModule Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
package fr.lteconsulting.angular2gwt.ng.core;

public @interface NgModule
{
	Class[] imports() default {};

	Class[] exports() default {};

	Class[] declarations() default {};

	Class[] providers() default {};

	Class[] bootstrap() default {};

	Class[] entryComponents() default {};
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy