UNPKG
@wizdm/teleport
Version:
latest (2.1.0)
2.1.0
Template teleporting
wizdm.io/docs/content/teleport
wizdmio/wizdm
@wizdm/teleport
/
lib
/
teleport.module.d.ts
6 lines
(5 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ModuleWithProviders
}
from
'@angular/core'
;
import
{
TeleportConfig
}
from
'./teleport.service'
;
export
declare
class
TeleportModule
{
static
init
(
config
:
TeleportConfig
):
ModuleWithProviders
<
TeleportModule
>; }