Breadcrumbs are a secondary navigation that displays a user's location within a website or application.
import { DaffBreadcrumbComponent } from '@daffodil/design/breadcrumb'
@Component()
class DaffBreadcrumbComponent implements AfterContentInit {
ngAfterContentInit(): void
}
void
import { DaffBreadcrumbItemDirective } from '@daffodil/design/breadcrumb'
@Directive()
class DaffBreadcrumbItemDirective {
setActive(value: boolean): void
}
void
Called by the DaffBreadcrumbComponent to set the active state
Parameter | value: boolean |
---|---|
Description |
import { DaffBreadcrumbModule } from '@daffodil/design/breadcrumb'
@NgModule()
class DaffBreadcrumbModule {}