import { Component, OnInit, OnDestroy } from '@angular/core'; @Component({ selector: 'cm-timeline-doc-2', templateUrl: './timeline-doc-2.component.html' }) export class TimelineDoc2Component implements OnInit, OnDestroy { constructor() { } ngOnInit() { } ngOnDestroy(){ } }