ngify
    Preparing search index...

    Type Alias HttpFeature

    HttpFeature:
        | { kind: Backend; value: HttpBackend }
        | { kind: Interceptors; value: HttpInterceptorFn[] }
        | { kind: LegacyInterceptors; value: HttpInterceptor[] }
        | { kind: XsrfProtection; value: HttpInterceptorFn }