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