mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
removed unnecessary injectable annotation
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
import { NgbPaginationConfig } from '@ng-bootstrap/ng-bootstrap';
|
import { NgbPaginationConfig } from '@ng-bootstrap/ng-bootstrap';
|
||||||
import { Injectable } from '@angular/core';
|
|
||||||
|
|
||||||
@Injectable()
|
|
||||||
export class PaginationComponentOptions extends NgbPaginationConfig {
|
export class PaginationComponentOptions extends NgbPaginationConfig {
|
||||||
/**
|
/**
|
||||||
* ID for the pagination instance. Only useful if you wish to
|
* ID for the pagination instance. Only useful if you wish to
|
||||||
|
Reference in New Issue
Block a user