When refreshing (browser refresh - F5) a page that contains a breadcrumb trail, the trail is lost.
If the breadcrumb trail includes a prefix, only the prefix is shown after the refresh.
I think this issue is caused by the breadcrumb component's ngOnInit method only setting up the prefix, instead of calling the generateBreadcrumbTrail method.