public data: PaginationModel<MixPostPortalModel> = new PaginationModel<MixPostPortalModel>();
constructor(public postRepo: PostRepository) {}
ngOnInit(): void {
this.postRepo.getListModel(this.params).then(resp => {
this.data = resp;
});
}
-
Notifications
You must be signed in to change notification settings - Fork 0
mixcore/mix.lib.ts
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Typescript library base for all UI frameworks (eg, React, Angular, Vue, Svelte) to connect with Mixcore APIs.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published