UNPKG
@bull-board/nestjs
Version:
latest (6.10.1)
6.10.1
6.10.0
6.9.6
6.9.5
6.9.4
6.9.3
6.9.2
6.9.1
6.9.0
6.8.3
6.8.2
6.8.1
6.8.0
6.7.10
6.7.9
6.7.8
6.7.7
6.7.6
6.7.5
6.7.4
6.7.3
6.7.2
6.7.1
6.7.0
6.6.2
6.6.1
6.6.0
6.5.4
6.5.3
6.5.2
6.5.1
6.5.0
6.4.1
6.4.0
6.3.3
6.3.2
6.3.1
6.3.0
6.2.4
6.2.3
6.2.2
6.2.1
6.2.0
6.1.0
6.0.2
6.0.1
6.0.0
5.23.0
5.22.0
5.21.7
5.21.6
5.21.5
5.21.4
5.21.3
5.21.2
5.21.1
5.21.0
5.20.5
5.20.4
5.20.3
5.20.2
5.20.1
5.20.0
5.19.2
5.19.1
5.19.0
5.18.3
5.18.2
5.18.1
5.18.0
5.17.1
5.17.0
5.16.0
5.15.5
5.15.4
5.15.3
5.15.2
5.15.1
5.15.0
5.14.2
5.14.1
5.14.0
5.13.0
5.12.0
5.11.0
5.10.3
5.10.2
5.10.1
5.10.0
5.9.2
5.9.1
5.9.0
5.8.4
5.8.3
5.8.2
5.8.1
5.8.0
5.7.2
5.7.1
5.7.0
5.6.1
5.6.0
5.5.3
5.5.2
5.5.1
5.5.0
5.4.0
5.3.1
A NestJS module for Bull-Board dashboard.
github.com/felixmosh/bull-board
felixmosh/bull-board
@bull-board/nestjs
/
src
/
bull-board.decorator.ts
4 lines
(3 loc)
•
189 B
text/typescript
View Raw
1
2
3
4
import
{
Inject
}
from
'@nestjs/common'
;
import
{
BULL_BOARD_INSTANCE
}
from
"./bull-board.constants"
;
export
const
InjectBullBoard
= ():
ParameterDecorator
=>
Inject
(
BULL_BOARD_INSTANCE
);