We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
import { JamSelectModule } from 'ngx-jsonapi-material';
Selector: jam-select
@Input()
boolean
false
string
Resource | null
true
DocumentCollection<Resource>
number
@Output()
EventEmitter<Resource | null>
<jam-select displayAttribute="name" [collection]="categories" [(toRelate)]="productResource.relationships.categories.data" ></jam-select>