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