public data: PaginationModel<MixPostPortalModel> = new PaginationModel<MixPostPortalModel>();
constructor(public postRepo: PostRepository) {}
ngOnInit(): void {
this.postRepo.getListModel(this.params).then(resp => {
this.data = resp;
});
}
mixcore/mix.lib.ts
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|