remove static sidebar entries

This commit is contained in:
peter
2019-08-11 12:26:01 +02:00
parent 2526cd82f3
commit d183911ee5
@@ -7,22 +7,7 @@ import { Component, OnInit } from '@angular/core';
}) })
export class SidebarComponent implements OnInit { export class SidebarComponent implements OnInit {
entries:{text:string, icon:string, route:string}[] = [ 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"
},
]
constructor() { } constructor() { }