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