import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core'; @Component({ selector: 'cm-dropdown-doc-8', templateUrl: './dropdown-doc-8.component.html', styleUrls: ['./dropdown-doc-8.component.css'] }) export class DropdownDoc8Component implements OnInit{ visible = false; constructor() {} ngOnInit() {} }