nakedobjects.spa
Version:
Single Page Application client for a Naked Objects application.
8 lines (7 loc) • 483 B
TypeScript
import { ConfigService } from './config.service';
import { Auth0AuthService, NullAuthService } from './auth.service';
import { Http, RequestOptions } from '@angular/http';
export declare function authHttpServiceFactory(http: Http, configService: ConfigService, options: RequestOptions): any;
export declare function authServiceFactory(configService: ConfigService, auth0AuthService: Auth0AuthService, nullAuthService: NullAuthService): any;
export declare class AppModule {
}