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
/
src
/
lib
/
cache
/
cache.module.ts
13 lines
(9 loc)
•
221 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import { NgModule } from
'@angular/core'
; import { CacheComponent } from
'./cache.component'
;
@NgModule
({ declarations: [CacheComponent], imports: [ ], exports: [CacheComponent] }) export
class
CacheModule
{ }