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

Info Button

maxSS edited this page Sep 25, 2019 · 6 revisions
import { JamInfoButtonModule } from 'ngx-jsonapi-material';

Selector: jam-info-button

Properties
Name Value type Required Description
@Input() externalUrl string true
@Input() icon info | help false
@Input() jamTooltip string false

Simple submit

<jam-info-button
    [externalUrl]="//reyesoft.com"
></jam-info-button>
Clone this wiki locally