UNPKG

angular2-datatable-pagination

Version:
17 lines (9 loc) 247 B
import { Component, OnInit } from "@angular/core"; @Component({ selector: 'app', templateUrl: '/app/app.component.html' }) export class AppComponent implements OnInit { ngOnInit(): void { } }