UNPKG

angular-crumbs

Version:

A route-based Angular breadcrumb component and service. Allows breadcrumb descriptions to be set based on route data, or as the result of an API call.

13 lines 268 B
.breadcrumb { display: inline-block; } .breadcrumb:first-child:before { display: none; } .breadcrumb:before { content: '>'; vertical-align: top; display: inline-block; margin: 0 10px 0 8px; -webkit-font-smoothing: antialiased; }