{"id":18435838,"url":"https://github.com/darekf77/bs4-breakpoint","last_synced_at":"2025-04-07T20:32:24.563Z","repository":{"id":56431494,"uuid":"66000461","full_name":"darekf77/bs4-breakpoint","owner":"darekf77","description":"Detect bootstrap 4 breakpoints in angular 2+","archived":false,"fork":false,"pushed_at":"2025-01-03T19:34:36.000Z","size":8441,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T16:58:54.530Z","etag":null,"topics":["angular","bootstrap4","breakpoints","breakpoints-change","detect-breakpoints","library"],"latest_commit_sha":null,"homepage":"https://darekf77.github.io/bs4-breakpoint/","language":"HTML","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/darekf77.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}},"created_at":"2016-08-18T13:42:59.000Z","updated_at":"2025-01-03T19:34:40.000Z","dependencies_parsed_at":"2024-05-20T12:37:54.662Z","dependency_job_id":"7f91f59c-12e8-4109-9324-2c510071a2cd","html_url":"https://github.com/darekf77/bs4-breakpoint","commit_stats":{"total_commits":222,"total_committers":3,"mean_commits":74.0,"dds":"0.25225225225225223","last_synced_commit":"f29062b505e70b9eccd3cae2af087535837dda33"},"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darekf77%2Fbs4-breakpoint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darekf77%2Fbs4-breakpoint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darekf77%2Fbs4-breakpoint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darekf77%2Fbs4-breakpoint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darekf77","download_url":"https://codeload.github.com/darekf77/bs4-breakpoint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247725509,"owners_count":20985716,"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","bootstrap4","breakpoints","breakpoints-change","detect-breakpoints","library"],"created_at":"2024-11-06T06:09:28.466Z","updated_at":"2025-04-07T20:32:19.600Z","avatar_url":"https://github.com/darekf77.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## bs4-breakpoint ##\nDetect breakpoint in bootstrap 4: \n\nHow to use it\n-------------\ninstall it\n```\nnpm i bs4-breakpoint\n```\n\n\n**import it**\n\n```ts\n@NgModule({\n    imports: [Bs4BreakpointModule],\n})\nclass { ... }\n```\n\nCreate function insde your component  class to listen changes\n\n```ts\n@Component(...)\nclass ExampleComponent {\n\n    newBreakpoint(e: Breakpoint) {\n          // breakpoint detected\n    }\n\n}\n    \n```\nput  **bs4-breakpoint** tag in component template:\n\n```html\n    \u003cbs4-breakpoint (changed)=\"newBreakpoint($event)\" \u003e\u003c/bs4-breakpoint\u003e\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarekf77%2Fbs4-breakpoint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarekf77%2Fbs4-breakpoint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarekf77%2Fbs4-breakpoint/lists"}