UNPKG
@codaglobal/ng-jwt-authentication
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
<a> <br> <h1 align="center">ng-jwt-authentication</h1> </a>
@codaglobal/ng-jwt-authentication
/
lib
/
angular-jwt.module.d.ts
5 lines
(4 loc)
•
156 B
TypeScript
View Raw
1
2
3
4
5
import
{
ModuleWithProviders
}
from
'@angular/core'
;
export
declare
class
JwtAuthenticationModule
{
static
forRoot
(
config
:
any
):
ModuleWithProviders
; }