dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_RestPythonModule cluster_RestPythonModule_providers RestPythonService RestPythonService RestPythonModule RestPythonModule RestPythonService->RestPythonModule

File

src/rest-python/rest-python.module.ts

Description

The REST-Python Module provides the RestPythonService to the application, which is the primary back-end for communicating with the REST-Python REDHAWK server.

Providers

import { NgModule } from '@angular/core';
import { HttpModule } from '@angular/http';

import { RestPythonService } from './rest-python.service';

/** Exports */
export { RestPythonService } from './rest-python.service';
export {
    IRestPythonConfig,
    REST_PYTHON_CONFIG
} from './rest-python-config';

/**
 * The REST-Python Module provides the RestPythonService to the application, which
 * is the primary back-end for communicating with the REST-Python REDHAWK server.
 */
@NgModule({
    imports:   [ HttpModule ],
    providers: [ RestPythonService ]
})
export class RestPythonModule {}

results matching ""

    No results matching ""