File

src/app/main/models/nav-item.ts

Index

Properties

Properties

header
header: string
Type : string
icon
icon: string
Type : string
routerLink
routerLink: string
Type : string
showFooter
showFooter: boolean
Type : boolean
title
title: string
Type : string
export interface NavItem {
  header?: string;
  title: string;
  showFooter: boolean;
  icon: string;
  routerLink: string;
}

results matching ""

    No results matching ""