Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Global import of rxjs lib #2620

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/_examples/toh-6/ts/app/hero-search.service.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// #docregion
import { Injectable } from '@angular/core';
import { Http, Response } from '@angular/http';
import { Observable } from 'rxjs';
import { Observable } from 'rxjs/Observable';

import { Hero } from './hero';

Expand Down