Skip to content

Commit

Permalink
Generate deep imports for lettable operators
Browse files Browse the repository at this point in the history
Fixes #18
  • Loading branch information
Luis Fernando Planella Gonzalez committed Nov 30, 2017
1 parent 6484e5c commit e84188f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/service.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import {
import { BaseService } from '../base-service';
import { ApiConfiguration } from '../api-configuration';
import { Observable } from 'rxjs/Observable';
import { map, filter } from 'rxjs/operators';
import { map } from 'rxjs/operators/map';
import { filter } from 'rxjs/operators/filter';

{{#serviceDependencies}}import { {{modelName}} } from '../models/{{modelFile}}';
{{/serviceDependencies}}
Expand Down

0 comments on commit e84188f

Please sign in to comment.