UNPKG
@nepwork/dashboards
Version:
latest (0.0.2)
0.0.2
Dashboards for emergencies and monitoring
github.com/nepwork/admin-ui
nepwork/admin-ui
@nepwork/dashboards
/
hgraph
/
node_modules
/
@nebular
/
theme
/
schematics
/
ng-add
/
post-install.d.ts
6 lines
(5 loc)
•
150 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Rule
}
from
'@angular-devkit/schematics'
;
/** * post-install schematics, install dependant packages * */
export
default
function
(
):
Rule
;