import {Component} from '@angular/core'; /** * @title Paginator */ @Component({ selector: 'paginator-overview-example', templateUrl: 'paginator-overview-example.html', styleUrls: ['paginator-overview-example.css'], }) export class PaginatorOverviewExample {}