Simple component library with only one button component created in tutorial for artslab.info
<al-button type="success" (buttonClick)="myClickFn($event)">Hello world</al-button>
<al-button type="warn" (buttonClick)="myClickFn($event)">Hello world</al-button>
<al-button type="info" (buttonClick)="myClickFn($event)">Hello world</al-button>