/ng2-admin-lte

Bootstraping of Angular2 with AdminLTE dashboard template

Primary LanguageJavaScript

ng2-admin-lte

Join the chat at https://gitter.im/TwanoO67/ng2-admin-lte Bootstraping of Angular2 with AdminLTE dashboard template

Preview

Installation

npm install
npm start

Components

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>