{"id":25445613,"url":"https://github.com/angular-buch/book-monkey5-styles","last_synced_at":"2026-04-21T16:39:51.310Z","repository":{"id":45466457,"uuid":"284723552","full_name":"angular-buch/book-monkey5-styles","owner":"angular-buch","description":"Globales Stylesheet für den BookMonkey 5","archived":false,"fork":false,"pushed_at":"2022-11-21T11:59:20.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-16T05:09:13.225Z","etag":null,"topics":["angular","css"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/book-monkey5-styles","language":"CSS","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-buch.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}},"created_at":"2020-08-03T14:33:55.000Z","updated_at":"2022-11-21T11:58:28.000Z","dependencies_parsed_at":"2023-01-23T07:45:45.577Z","dependency_job_id":null,"html_url":"https://github.com/angular-buch/book-monkey5-styles","commit_stats":null,"previous_names":["angular-buch/book-monkey-styles"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/angular-buch/book-monkey5-styles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-buch%2Fbook-monkey5-styles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-buch%2Fbook-monkey5-styles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-buch%2Fbook-monkey5-styles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-buch%2Fbook-monkey5-styles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angular-buch","download_url":"https://codeload.github.com/angular-buch/book-monkey5-styles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-buch%2Fbook-monkey5-styles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260126401,"owners_count":22962640,"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":["angular","css"],"created_at":"2025-02-17T16:31:53.337Z","updated_at":"2026-04-21T16:39:46.283Z","avatar_url":"https://github.com/angular-buch.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# book-monkey5-styles\n\nThis repository contains the global stylesheet to be used within the example application \"BookMonkey5\" used in the German [Angular Book](https://angular.buch.com).\n\n\u003e :warning: This CSS Stylesheet is **not** used in the BookMonkey Versions (2-4) of the \"Angular Buch\".\n\n## Usage\n\nInstall the NPM package from the registry:\n\n```bash\nnpm i --save book-monkey5-styles\n```\n\nThen you can import the CSS file via `@import` in your `styles.css` file:\n\n```css\n@import 'book-monkey5-styles/styles.css';\n```\n\n\nAlternatively you can include the stylesheet in the Angular build process using via the `angular.json` config file:\n\n```json\n{\n  /* ... */\n  \"projects\": {\n    \"book-monkey\": {\n      /* ... */\n      \"architect\": {\n        \"build\": {\n          /* ... */\n          \"options\": {\n            /* ... */\n            \"styles\": [\n              \"src/styles.css\",\n              \"node_modules/book-monkey5-styles/styles.css\"\n            ],\n            /* ... */\n          },\n          /* ... */\n        },\n        /* ... */\n        \"test\": {\n          /* ... */\n          \"options\": {\n            /* ... */\n            \"styles\": [\n              \"src/styles.css\",\n              \"node_modules/book-monkey5-styles/styles.css\"\n            ],\n            /* ... */\n          }\n        },\n        /* ... */\n      }\n    }\n  },\n  /* ... */\n}\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular-buch%2Fbook-monkey5-styles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangular-buch%2Fbook-monkey5-styles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular-buch%2Fbook-monkey5-styles/lists"}