ngo-login-client
Version:
Auth and User services for Angular v2 and up. Requires backend REST service.
12 lines (11 loc) • 618 B
TypeScript
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 { Entity } from './src/app/user/entity';
export { Profile } from './src/app/user/profile';
export { User } from './src/app/user/user';