UNPKG

ngo-login-client

Version:

Auth and User services for Angular v2 and up. Requires backend REST service.

11 lines 603 B
export { LoginModule } from './login.module'; export { REALM } from './src/app/shared/realm-token'; export { AUTH_API_URL } from './src/app/shared/auth-api'; export { SSO_API_URL } from './src/app/shared/sso-api'; export { OfUserName } from './src/app/user/of-user-name.pipe'; export { AuthenticationService } from './src/app/auth/authentication.service'; export { HttpService } from './src/app/shared/http.service'; export { UserService } from './src/app/user/user.service'; export { Profile } from './src/app/user/profile'; export { User } from './src/app/user/user'; //# sourceMappingURL=index.js.map