valor-software/ng2-bootstrap

View on GitHub
demo/src/app/components/+pagination/demos/custom-links-content/custom-links-content.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { Component } from '@angular/core';

@Component({
  selector: 'demo-pagination-custom-links-content',
  templateUrl: './custom-links-content.html'
})
export class DemoPaginationCustomLinksContentComponent {}