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