UNPKG
pip-webui-help
Version:
latest (2.1.0)
2.1.0
2.0.2
2.0.1
2.0.0
1.5.0
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0
Extensible help page for Pip.WebUI
pip-webui-help
/
src
/
index.ts
10 lines
(7 loc)
•
143 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
'./service'
;
import
'./page'
; angular.
module
(
'pipHelp'
, [
'pipHelp.Service'
,
'pipHelp.Page'
]);
export
*
from
'./service'
;