Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.
maxSS edited this page Nov 30, 2018 · 9 revisions

JamSubmit

import { JamSubmitModule } from 'ngx-jsonapi-material';

Selector: jam-submit

Properties
Name Value type Required Description
@Input() opened boolean false

Simple submit

<jam-submit
    (cancelFc)="cancel()"
    (saveFc)="accept()"
    [resource]="book"
></jam-submit>

Clone this wiki locally