Skip to content

Missing type export for BreadcrumbDefinition #224

@iamjustanotherrandom

Description

@iamjustanotherrandom

🐞 Bug report

Description

Missing BreadcrumbDefinition type export

🔬 Minimal Reproduction

  import { BreadcrumbService, BreadcrumbDefinition } from 'xng-breadcrumb';

  private readonly breadcrumbService = inject(BreadcrumbService);

  const currentBreadcrumb: BreadcrumbDefinition[] = [];

  this.breadcrumbService.breadcrumbs$
    .subscribe(breadcrumb => {
      this.currentBreadcrumb = breadcrumb;
    });

💻Your Environment

Angular Version:

20.1.3

Error

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions