Browse Source

Refactor path to routerLink

pull/4930/head
Thomas Kaul 2 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 {
iconName: string;
label: string;
path: string[];
routerLink: string[];
showCondition?: boolean;
}

Loading…
Cancel
Save