gmostert / ng2-breadcrumb

This is an angular 2 component that creates a breadcrumb trail. It hooks into the angular2/router, to dynamically build up the crumb trail once a component is routed to.
MIT License
102 stars 81 forks source link

issues with @angular/router 4.2.0 ? #69

Closed jmls closed 7 years ago

jmls commented 7 years ago

Upgraded to angular 4.2.0, and the breadcrumb has just vanished from the ui. An examination of the dom reveals no ul's

Anyone else seen this problem ?

<breadcrumb _ngcontent-c1="" class="flat" ng-reflect-use-bootstrap="false">
        <ul>
            <!--bindings={
                "ng-reflect-ng-for-of": ""
               }-->
        </ul>
    </breadcrumb>
jmls commented 7 years ago

well, scrap that. it's started working ;)