Browse Source

Refactor path to routerLink

pull/4930/head
Thomas Kaul 3 weeks ago
parent
commit
bf7facbdd8
  1. 2
      libs/common/src/lib/interfaces/tab-configuration.interface.ts

2
libs/common/src/lib/interfaces/tab-configuration.interface.ts

@ -1,6 +1,6 @@
export interface TabConfiguration { export interface TabConfiguration {
iconName: string; iconName: string;
label: string; label: string;
path: string[]; routerLink: string[];
showCondition?: boolean; showCondition?: boolean;
} }

Loading…
Cancel
Save