UNPKG

angular2-devise-token-auth

Version:

Helper library for working with Devise Token Auth in your Angular 2 applications

8 lines (7 loc) 277 B
import { Provider } from '@angular/core'; export * from './auth.config'; export * from './auth.http'; export * from './auth.service'; export * from './session.controller'; export declare const authService: (url: string) => Provider; export declare const AUTH_PROVIDERS: any[];