mix.lib.ts

Mix.lib.ts

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

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

Top categories

svelte logo

Want a Svelte site built?

Hire a Svelte developer
Loading Svelte Themes