dn-dashboard
v1.3.19
Published
<h1>Devnext Dashboard</h1>
Readme
$ npm i dn-dashboardInclude _theme.scss in your angular.json styles list:
"styles": [
"dn-dashboard/_theme.scss",
"src/styles.scss"
],
<dn-dashboard
*ngIf="dashboard"
[dashboard]="dashboard"
[options]="options"
scrollContainerId="container"
(save)="onSaveDashboard($event)">
</dn-dashboard>
This project is licensed under the MIT License
