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