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