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