remove static sidebar entries
This commit is contained in:
@@ -7,22 +7,7 @@ import { Component, OnInit } from '@angular/core';
|
||||
})
|
||||
export class SidebarComponent implements OnInit {
|
||||
|
||||
entries:{text:string, icon:string, route:string}[] = [
|
||||
{
|
||||
text: "we",
|
||||
icon: "step-forward-2",
|
||||
route: "/test"
|
||||
},{
|
||||
text: "are",
|
||||
icon: "cloud",
|
||||
route: "/test"
|
||||
},{
|
||||
text: "static",
|
||||
icon: "success-standard",
|
||||
route: "/test"
|
||||
},
|
||||
|
||||
]
|
||||
entries:{text:string, icon:string, route:string}[] = []
|
||||
|
||||
constructor() { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user