diff --git a/demo/src/app/app.component.ts b/demo/src/app/app.component.ts index 3d3be83..21477e7 100644 --- a/demo/src/app/app.component.ts +++ b/demo/src/app/app.component.ts @@ -11,16 +11,16 @@ import { Component, OnInit } from "@angular/core"; - + + {{ item.icon }} {{ item.title }} - = [ - { name: "Install", title: "Installation" }, + nav: Array<{ name: string; title: string; icon?: string; div?: boolean }> = [ + { name: "Install", title: "Installation", icon: "extension", div: true }, { name: "Line", title: "Line Chart" }, { name: "Bar", title: "Bar Chart" }, { name: "Doughnut", title: "Doughnut Chart" },