ngify
    Preparing search index...

    Interface HttpBackend

    interface HttpBackend {
        handle(request: HttpRequest<any>): Observable<HttpEvent<any>>;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods

    Methods