Project

General

Profile

« Previous | Next » 

Revision 58836

[Library|Trunk]

Dashboard:

Layout service: add mini menu option, front page option
Sidebar: updates accorrding to the new mocks

View differences:

sideBar.component.ts
1
import {Component, Input, OnInit} from '@angular/core';
1
import { Component, Input, OnInit} from '@angular/core';
2 2
import {MenuItem} from "../../../sharedComponents/menu";
3 3
import {Router} from "@angular/router";
4 4

  
......
14 14
  @Input() showHeader: boolean = true;
15 15
  @Input() activeItem: string = '';
16 16
  @Input() activeSubItem: string = '';
17
  @Input() showSearch = false;
17 18

  
18 19
  constructor(private router: Router) {}
19 20

  

Also available in: Unified diff