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