Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

List base common

Jona edited this page Mar 15, 2021 · 1 revision
import { ListBaseCommonComponent } from 'ngx-jsonapi-material';

Selector: jam-list-base-common

Properties
Name Value type Required Description
@Input() tableColumns Array<Column> true
@Input() service Service true
@Input() beforePath string optional

Simple list base

<jam-list-base-common
     [tableColumns]="tableColumns"
     [service]="$any(accountsService)"
     beforePath="users/{{userId}}"
>
</jam-list-base-common>
Clone this wiki locally