Search results

ButtonModelPropDirective API in Angular Toast API component

‘e-button’ directive represent a button of angular toast It must be contained in a Toast component(ejs-toast).

<ejs-toast id='toast' showCloseIcon=true>
  <e-buttons>
   <e-button content='Ok' isPrimary=true></e-button>
   <e-button content='Cancel'></e-button>
  </e-buttons>
</ejs-toast>

Properties

model

any

Specifies the Button component model properties to render the Toast action buttons.

Defaults to null

Contents
Contents