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

ng-cli.0.121.0.source-code.module-info.qute Maven / Gradle / Ivy

The newest version!
module {moduleName} {
    {#for item in dependencies}
    requires {item};
    {/for}
    opens {packageName};
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy