1
0

Update TypeDocs

This commit is contained in:
Antoine Snyers
2019-11-27 14:11:43 +01:00
parent 56d6965233
commit c83c861e85
6 changed files with 29 additions and 9 deletions

View File

@@ -5,6 +5,10 @@ import { Component, EventEmitter, Input, Output } from '@angular/core';
styleUrls: ['./sidebar-dropdown.component.scss'],
templateUrl: './sidebar-dropdown.component.html',
})
/**
* This components renders a sidebar dropdown including the label.
* The options should still be provided in the content.
*/
export class SidebarDropdownComponent {
@Input() id:string;
@Input() label:string;