mixcore / mix.lib.ts

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:TypeScript 100.0%