import { Component, OnInit, OnDestroy } from '@angular/core'; @Component({ selector: 'cm-button-doc-4', templateUrl: './button-doc-4.component.html', styleUrls: ['./button-doc-4.component.css'] }) export class ButtonDoc4Component implements OnInit, OnDestroy { constructor() { } ngOnInit() { } ngOnDestroy(){ } }