Bootstraping of Angular2 with AdminLTE dashboard template
npm install
npm start
AlertComponent
<alert title="title" text="title" type="info" icon="ban" (close)="onCloseAlert()"></alert>
Box
<box title="My title" type="warning" icon="ban">Custom content</box>