Show the path to the folders you navigate into the site browser, use the links to navigate back.
// Import the component and added to the declarations in your @NgModule
import {DotcmsBreadcrumbModule} from 'dotcms-js/components';
// Add it to the declarations in your @NgModule
@NgModule({
imports: [DotcmsBreadcrumbModule]
})
// Use it in your template
<breadcrumb></breadcrumb>