All Downloads are FREE. Search and download functionalities are using the official Maven repository.

typescript-angular.rxjs-operators.mustache Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
// RxJS imports according to https://angular.io/docs/ts/latest/guide/server-communication.html#!#rxjs

// See node_module/rxjs/Rxjs.js
// Import just the rxjs statics and operators we need for THIS app.

// Statics
import 'rxjs/add/observable/throw';

// Operators
import 'rxjs/add/operator/catch';
import 'rxjs/add/operator/map';




© 2015 - 2024 Weber Informatics LLC | Privacy Policy