{"id":15180407,"url":"https://github.com/nivans/ngx-breadcrumbs","last_synced_at":"2025-10-26T19:31:19.138Z","repository":{"id":57131297,"uuid":"139745120","full_name":"nivans/ngx-breadcrumbs","owner":"nivans","description":"Angular 6 + Bootstrap 4 breadcrumbs plugin","archived":false,"fork":false,"pushed_at":"2018-07-23T14:02:52.000Z","size":119,"stargazers_count":3,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T22:41:33.393Z","etag":null,"topics":["angular6","bootstrap4","breadcrumbs","nivans","npm","plugin"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/nivans.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":"2018-07-04T16:28:44.000Z","updated_at":"2018-11-06T14:27:12.000Z","dependencies_parsed_at":"2022-09-01T00:12:11.381Z","dependency_job_id":null,"html_url":"https://github.com/nivans/ngx-breadcrumbs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nivans%2Fngx-breadcrumbs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nivans%2Fngx-breadcrumbs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nivans%2Fngx-breadcrumbs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nivans%2Fngx-breadcrumbs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nivans","download_url":"https://codeload.github.com/nivans/ngx-breadcrumbs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238394323,"owners_count":19464583,"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":["angular6","bootstrap4","breadcrumbs","nivans","npm","plugin"],"created_at":"2024-09-27T16:04:54.084Z","updated_at":"2025-10-26T19:31:18.732Z","avatar_url":"https://github.com/nivans.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @nivans / Angular 6 Bootstrap 4 breadcrumbs plugin\nAn Angular 6 module create a breadcrumbs based on RouteModule data.\n\n## PLUGIN IS IN PROCESS OF DEVELOPMENT\n## Installation\n```bash\n# install via npm\n$ npm --save install @nivans/ngx-breadcrumbs\n# or install via yarn\n$ yarn add @nivans/ngx-breadcrumbs\n```\n\nTo use this module you have to add it to the `imports` section in your `app.module.ts`. It should be lower than `RouterModule` import.\n\n```javascript\nimport { RouterModule } from '@angular/router';\nimport { McBreadcrumbsModule } from 'ngx-breadcrumbs';\n@NgModule({\n  imports: [\n    RouterModule.forRoot(routes),\n    NgxBreadcrumbsModule.forRoot()\n  ],  \n})\nexport class AppModule {}\n```\n\nNow you have to set it on the place in your global template. Usually, the best place is in `AppComponent` template.\n```javascript\n@Component({\n  selector: 'app-root',\n  template: `\n    \u003cdiv class=\"container\"\u003e\n      \u003cnvs-ngx-breadcrumbs\u003e\u003c/nvs-ngx-breadcrumbs\u003e\n      \u003crouter-outlet\u003e\u003c/router-outlet\u003e\n    \u003c/div\u003e`\n})\nexport class AppComponent {}\n```\n\n## Configuration\n\nConfiguration of the breadcrumbs module is accessable in your route configuration.\n\n```javascript\nconst routes: Route[] = {\n  {\n    path: '',\n    component: HomeComponent,\n    data: {\n      breadcrumb: 'Home',\n      isHome: true,\n      icon: 'fa fa-home',\n      show: false\n    }\n  }\n};\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnivans%2Fngx-breadcrumbs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnivans%2Fngx-breadcrumbs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnivans%2Fngx-breadcrumbs/lists"}