UNPKG

@neocomplexx/ngx-neo-completer

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.0.5.

8 lines (7 loc) 217 B
import { HttpClient } from '@angular/common/http'; import { RemoteData } from './remote-data'; export declare class RemoteDataFactory { private http; constructor(http: HttpClient); create(): RemoteData; }