Skip to content

Commit

Permalink
added missing throws for rxjs
Browse files Browse the repository at this point in the history
  • Loading branch information
egandro committed Nov 17, 2017
1 parent cbbf0a0 commit c011f84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'rxjs/add/operator/map';
import 'rxjs/add/observable/throw';
import { Observable } from 'rxjs/Observable';

import { Response } from '@angular/http';
Expand Down
1 change: 1 addition & 0 deletions lib/generator/angular.client/templates/services.ts.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

import 'rxjs/add/operator/map';
import 'rxjs/add/operator/catch';
import 'rxjs/add/observable/throw';
import { Injectable } from '@angular/core';
import { Http, Response, Headers, RequestOptions } from '@angular/http';
import { Observable } from 'rxjs/Observable';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nicassa-generator",
"description": "CLI based code generator for Sequelize, Node, Typescript, Angular 2, Android, Swagger, ORM Lite",
"version": "0.0.42",
"version": "0.0.43",
"author": "Harald Fielker <harald.fielker@gmail.com>",
"repository": {
"type": "git",
Expand Down

0 comments on commit c011f84

Please sign in to comment.