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