added tests and docs

This commit is contained in:
lotte
2020-02-26 16:53:10 +01:00
parent 4ae8997ada
commit b554d40e9c
15 changed files with 152 additions and 28 deletions

View File

@@ -5,7 +5,7 @@ import { Item } from '../shared/item.model';
import { DSOBreadcrumbResolver } from './dso-breadcrumb.resolver';
/**
* The class that resolve the BreadcrumbConfig object for a route
* The class that resolves the BreadcrumbConfig object for an Item
*/
@Injectable()
export class ItemBreadcrumbResolver extends DSOBreadcrumbResolver<Item> {