Every line of 'import as' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
23 import(file: string): Observable { 24 return this.post(this.controller + 'import', file, 'Loading file') 25 .pipe( 26 tap(resp => this.service = resp), 27 catchError((e) => this.handleError(e, this.dialog)) 28 ); 29 }