Skip to content

Instantly share code, notes, and snippets.

@mutableideas
Last active July 9, 2021 11:40
export interface IBreadcrumb {
path: string;
label: Observable<string>;
icon?: Observable<string>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment