{"id":28683587,"url":"https://github.com/angular-sanctuary/ngx-boomer","last_synced_at":"2025-06-14T03:03:46.606Z","repository":{"id":295769822,"uuid":"991184118","full_name":"angular-sanctuary/ngx-boomer","owner":"angular-sanctuary","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-27T09:21:02.000Z","size":164,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-27T09:58:39.715Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/angular-sanctuary.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null},"funding":{"github":["geromegrignon"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"geromegrignon","custom":null}},"created_at":"2025-05-27T08:48:47.000Z","updated_at":"2025-05-27T09:21:05.000Z","dependencies_parsed_at":"2025-05-27T09:58:44.603Z","dependency_job_id":"28cb2dee-cdec-4cd6-a05b-d3e26713f07f","html_url":"https://github.com/angular-sanctuary/ngx-boomer","commit_stats":null,"previous_names":["angular-sanctuary/ngx-boomer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/angular-sanctuary/ngx-boomer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-sanctuary%2Fngx-boomer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-sanctuary%2Fngx-boomer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-sanctuary%2Fngx-boomer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-sanctuary%2Fngx-boomer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angular-sanctuary","download_url":"https://codeload.github.com/angular-sanctuary/ngx-boomer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-sanctuary%2Fngx-boomer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259752030,"owners_count":22905968,"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","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":"2025-06-14T03:01:08.357Z","updated_at":"2025-06-14T03:03:46.601Z","avatar_url":"https://github.com/angular-sanctuary.png","language":"JavaScript","funding_links":["https://github.com/sponsors/geromegrignon","https://buymeacoffee.com/geromegrignon"],"categories":["Angular"],"sub_categories":["Updating Angular"],"readme":"![](/header.png)\n\n# ngx-boomer\n\nAs part of their new style guide, Angular does not encourage using suffix on class names and/or files, based on the following rules:\n\n- for components, directives and services, Angular CLI does not generates a suffix for the class name and the file name.\n\n- for guards, interceptors, modules, pipes and resolvers, Angular CLI now use a `-` separator in the file name, between the class name and the file type, moving from `auth.guard.ts` to `auth-guard.ts` for example.\n\nUsing `ng update` towards Angular v20 will update your angular.json schematics rules to keep the current behavior, applying these changes:\n\n```json\n{\n   \"@schematics/angular:component\": { \"type\": \"component\" },\n   \"@schematics/angular:directive\": { \"type\": \"directive\" },\n   \"@schematics/angular:service\": { \"type\": \"service\" },\n   \"@schematics/angular:guard\": { \"typeSeparator\": \".\" },\n   \"@schematics/angular:interceptor\": { \"typeSeparator\": \".\" },\n   \"@schematics/angular:module\": { \"typeSeparator\": \".\" },\n   \"@schematics/angular:pipe\": { \"typeSeparator\": \".\" },\n   \"@schematics/angular:resolver\": { \"typeSeparator\": \".\" }\n}\n```\n\nCreating an Angular project with Angular CLI v20 won't include these rules, using the style guide recommandations by default.\n\nThis project is a simple tool to add these rules on any new projet, to keep the previous behavior.\n\nRun `npx ngx-boomer` to update your `angular.json` file.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular-sanctuary%2Fngx-boomer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangular-sanctuary%2Fngx-boomer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular-sanctuary%2Fngx-boomer/lists"}