{"id":19274136,"url":"https://github.com/marco-eckstein/angular-lib","last_synced_at":"2025-07-26T06:14:14.221Z","repository":{"id":33660277,"uuid":"158599778","full_name":"marco-eckstein/angular-lib","owner":"marco-eckstein","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-04T18:24:52.000Z","size":5321,"stargazers_count":0,"open_issues_count":32,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-23T11:29:24.904Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/marco-eckstein.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-21T19:59:51.000Z","updated_at":"2020-02-22T01:21:59.000Z","dependencies_parsed_at":"2023-01-15T01:54:17.683Z","dependency_job_id":null,"html_url":"https://github.com/marco-eckstein/angular-lib","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/marco-eckstein/angular-lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco-eckstein%2Fangular-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco-eckstein%2Fangular-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco-eckstein%2Fangular-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco-eckstein%2Fangular-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marco-eckstein","download_url":"https://codeload.github.com/marco-eckstein/angular-lib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco-eckstein%2Fangular-lib/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267127939,"owners_count":24040153,"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-07-26T02:00:08.937Z","response_time":62,"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-11-09T20:45:17.877Z","updated_at":"2025-07-26T06:14:14.198Z","avatar_url":"https://github.com/marco-eckstein.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# angular-lib\n\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](\n    https://conventionalcommits.org\n)\n\nMulti-package repository for [Angular](https://angular.io/) library packages. So far, there is only one package.\n\nThe main app `angular-lib-app` is a demo app for contained Angular library packages.\n\n## Package @marco-eckstein/angular-lib-common\n\n[![npm version](https://badge.fury.io/js/%40marco-eckstein%2Fangular-lib-common.svg)](\n    https://badge.fury.io/js/%40marco-eckstein%2Fangular-lib-common\n)\n[![npm downloads](https://img.shields.io/npm/dt/@marco-eckstein/angular-lib-common.svg)](\n    https://npm-stat.com/charts.html?package=%40marco-eckstein%2Fangular-lib-common\u0026from=2018-11-21\n)\n\nAngular library for common tasks\n\n### ExternalHRefModule\n\nExternal links with `target=\"blank\"` are\n[potentially unsafe](https://developers.google.com/web/tools/lighthouse/audits/noopener).\nAfter importing this module, a directive will be applied to all your links, making them\nsafe by applying `rel=\"noopener noreferrer\"`.\nYou can configure the module with various options.\nE.g., you can configure it to apply `target=\"blank\"` to all external links, potentially\nrelieving you from verbosity as in\\\n`\u003ca href=\"http://my-url.com\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e`\\\nvs.\\\n`\u003ca href=\"http://my-url.com\"\u003e`.\n\nSee the code documentation for details about usage and configuration:\n\n- [ExternalHRefModule](\n      projects/marco-eckstein/angular-lib-common/src/lib/external-href/external-href.module.ts\n  )\n- [ExternalHrefDirective](\n      projects/marco-eckstein/angular-lib-common/src/lib/external-href/external-href.directive.ts\n  )\n- [ExternalHrefOptions](\n      projects/marco-eckstein/angular-lib-common/src/lib/external-href/external-href-options.ts\n  )\n\n## Development\n\n### Build\n\nRun `npm run verify` to build, lint and test everything and also build the documentation.\n\nFor finer-grained commands, see the scripts in `./package.json`.\n\nNote that broken library build output has been observed in the past, probably due to a bug in `ng build`.\nYou may only notice this when you try to build the main/demo app.\nRunning `npm run verify` (or a finer-grained build command) multiple times (typically twice) may help.\n\n### Run\n\nAfter building, run `npm start` to run and open the demo app.\n\n### Bump version\n\nBefore bumping the version, make sure the copyright year range in the license file is up to date.\n\nYou have to set the next version manually in the library packages' `package.json` files.\nThen, run `npm run standard-version` instead of `npm version` to bump the version.\nMake sure the manually and automatically set versions match.\n\n### Publish\n\nRun `npm run publish-lib` to verify and publish the libraries to npm.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarco-eckstein%2Fangular-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarco-eckstein%2Fangular-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarco-eckstein%2Fangular-lib/lists"}