{"id":20283640,"url":"https://github.com/gerhardberger/angular-hatch","last_synced_at":"2026-05-09T05:03:44.950Z","repository":{"id":139142774,"uuid":"98123477","full_name":"gerhardberger/angular-hatch","owner":"gerhardberger","description":"A birthplace for angular apps with fast compilation and optimizations.","archived":false,"fork":false,"pushed_at":"2017-07-23T20:32:55.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-29T06:42:28.809Z","etag":null,"topics":["angular","aot","karma","tree-shaking","webpack"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gerhardberger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license","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":"2017-07-23T20:28:01.000Z","updated_at":"2017-07-23T20:33:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"338a1a9c-6b79-4285-818b-27f3bebe036b","html_url":"https://github.com/gerhardberger/angular-hatch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gerhardberger/angular-hatch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerhardberger%2Fangular-hatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerhardberger%2Fangular-hatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerhardberger%2Fangular-hatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerhardberger%2Fangular-hatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gerhardberger","download_url":"https://codeload.github.com/gerhardberger/angular-hatch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerhardberger%2Fangular-hatch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32807861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["angular","aot","karma","tree-shaking","webpack"],"created_at":"2024-11-14T14:16:13.982Z","updated_at":"2026-05-09T05:03:44.925Z","avatar_url":"https://github.com/gerhardberger.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# angular-hatch\n\nAn Angular app for starting point with minimal, but thourough tooling.\nIt uses **Angular 4** and bundles the app with **webpack 3** with optimizations.\nIt also supports unit testing with **karma**. The main goal was to achieve fast\ncompilations for testing and development, and the best optimization for\nproduction builds.\n\n## Install\n\n```\n$ git clone https://github.com/gerhardberger/angular-hatch.git\n$ cd angular-hatch\n$ npm i\n```\n\n## Testing\n\nTesting is done with **jasmine** and **karma**. For now, only unit tests are\nset up and they are bundled with **webpack**. Watch mode is supported.\n\n```\n$ npm t\n$ npm run test:watch\n```\n\n## Building\n\n**webpack** is used for bundling. Compiling HTML templates is also supported.\n\n### Development\n\nBuilding for development environment doesn't make any optimization thus\nachieving fast compilation. It uses **awesome-typescript-loader** for\ncompilation. Watch mode and linting is supported.\n\n```\n$ npm run build\n$ npm run build:watch\n$ npm run lint\n```\n\n### Production\n\nBuilding for production aims for efficiency, smallest resulting filesize and\nfastest code. The generated bundle is an **Ahead of Time** compiled code,\ntree-shaken with the **babili** plugin and minified with **UglifyJS**.\n\n```\nnpm run build:prod\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerhardberger%2Fangular-hatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgerhardberger%2Fangular-hatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerhardberger%2Fangular-hatch/lists"}