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