This commit is contained in:
crusader
2018-06-07 16:28:27 +09:00
parent c5eddb7905
commit df378be2d1
13 changed files with 1834 additions and 1844 deletions

View File

@@ -1,6 +1,6 @@
import { Component, Input, EventEmitter, Output, ViewChild, OnInit } from '@angular/core';
import { Notification } from '@overflow/commons-typescript/model/notification';
import { Page } from '@overflow/commons-typescript/model/commons/Page';
import { Page, PageParams } from '@overflow/commons-typescript/core/model';
import { Paginator } from 'primeng/primeng';
@Component({