Breadcrumbs

The Breadcrumbs components wraps the standard Bootstrap breadcrumbs used to display navigational hierarchy in a simple NG client component. Here is how the component looks like

Table of contents

Breadcrumbs properties can be found here.

Crumb type

Crumb is a component specific javascript type with the following properties:

Breadcrumbs events can be found here.

Breadcrumbs API methods can be found here.

Adds a crumb at the end

Sets all crumbs

Removes all crumbs after the given index

The following articles are recommended for additional reading

Last updated