Konstantina Galouni
bbbb711865
1. availableOn.component.ts: [Bug fix] Added class "uk-link-text" in links of license and providers. 2. menu.ts: In MenuItem added field target: string = "_blank"; and in constructor added parameters and initialization of target, type, isFeatured. 3. navigationBar.component.html: Updated checks for "custom-external" class and target according to target field of MenuItem. 4. app.component.ts: In "Manage" menu item set target to "_self". 5. menu.component.ts: (Admin form) In method "menuItemSaveConfirmed()" added: this.menuItemForm.value.target = this.menuItemForm.value['type'] == "internal" ? "_self" : "_blank"; |
||
---|---|---|
.. | ||
menu-routing.module.ts | ||
menu.component.html | ||
menu.component.ts | ||
menu.module.ts |