UNPKG
angular2-social-login
Version:
latest (3.1.1)
3.1.1
3.0.1
3.0.0
2.1.0
2.0.2
2.0.1
2.0.0
Simple client side social authentication for Angular2 application.
angular2-social-login
/
dist
/
angular2-social-login.module.d.ts
5 lines
(4 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
5
import
{
IProviders
}
from
"./auth.service"
;
export
declare
class
Angular2SocialLoginModule
{
static
loadProvidersScripts
(
config
:
IProviders
):
void
; }