Skip to content

Typescript library base for all UI frameworks (eg, React, Angular, Vue, Svelte) to connect with Mixcore APIs.

Notifications You must be signed in to change notification settings

mixcore/mix.lib.ts

Repository files navigation

mixlib

public data: PaginationModel<MixPostPortalModel> = new PaginationModel<MixPostPortalModel>();
constructor(public postRepo: PostRepository) {}
  ngOnInit(): void {
    this.postRepo.getListModel(this.params).then(resp => {
      this.data = resp;
    });
  }

testing cicd

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

No packages published