{"id":16081874,"url":"https://github.com/clashsoft/angular-gradle","last_synced_at":"2025-08-01T14:12:45.041Z","repository":{"id":77072616,"uuid":"239356799","full_name":"Clashsoft/Angular-Gradle","owner":"Clashsoft","description":"Integrate Angular frontends into your Gradle build.","archived":false,"fork":false,"pushed_at":"2024-02-10T13:47:06.000Z","size":120,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-23T04:44:00.704Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Clashsoft.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-09T18:55:32.000Z","updated_at":"2024-06-04T09:16:11.000Z","dependencies_parsed_at":"2024-01-23T11:29:35.658Z","dependency_job_id":"73168f5c-3962-4102-9477-9701c3c4ec0c","html_url":"https://github.com/Clashsoft/Angular-Gradle","commit_stats":{"total_commits":48,"total_committers":3,"mean_commits":16.0,"dds":0.08333333333333337,"last_synced_commit":"8f9ab6210e39cdfc721c7ab4871f53183d92ffd6"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/Clashsoft/Angular-Gradle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clashsoft%2FAngular-Gradle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clashsoft%2FAngular-Gradle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clashsoft%2FAngular-Gradle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clashsoft%2FAngular-Gradle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Clashsoft","download_url":"https://codeload.github.com/Clashsoft/Angular-Gradle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clashsoft%2FAngular-Gradle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268241075,"owners_count":24218374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-09T11:11:13.413Z","updated_at":"2025-08-01T14:12:44.994Z","avatar_url":"https://github.com/Clashsoft.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular Gradle Plugin\n\n[![Build Status](https://travis-ci.org/Clashsoft/Angular-Gradle.svg?branch=master)](https://travis-ci.org/Clashsoft/Angular-Gradle)\n\nThis plugin allows you to integrate Angular frontends into your Gradle build.\n\n## Full Example\n\nSee the [Angular Gradle Demo project](https://github.com/Clashsoft/Angular-Gradle-Demo) for detailed instructions on how to set up Angular with Gradle.\n\n## Installation\n\nAdd to the top of `build.gradle`:\n\n```groovy\nplugins {\n    // ...\n    id 'de.clashsoft.angular-gradle' version '0.2.0'\n}\n```\n\n## Configuration\n\n[Project Properties](https://docs.gradle.org/current/userguide/build_environment.html#sec:project_properties):\n\n```properties\nno-angular = false # indicates Angular should not be included in the build. Useful for testing frontend and backend separately, e.g. with `ng serve`.\nangular-configuration = production # the value for `ng build --configuration \u003cconfiguration\u003e`.\n```\n\nIn `build.gradle` (default values shown after `=`):\n\n```groovy\nangular {\n    appDir = 'src/main/app' // root directory of your Angular app\n    outputDir = \"$appDir/dist/$project.name\" // output directory of Angular build. Default assumes Angular project has the same name as the gradle project.\n    packageManager = /* result of `ng config cli.packageManager`, plus .cmd on Windows) */'' // for installing packages prior to Angular build\n    packageManagerArgs = [ 'install' ] // arguments for installing packages, passed to package manager\n    buildArgs = [ 'build', '--configuration=' + (project.findProperty('angular-configuration') ?: 'production') ] // arguments for building Angular app\n}\n```\n\u003e The output of the angular build task (content of the `outputDir` path) is set as main resources target which copies the compiled angular application bundles into static resources build directory \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclashsoft%2Fangular-gradle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclashsoft%2Fangular-gradle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclashsoft%2Fangular-gradle/lists"}