基本需求
- search 框输入关键词
- 随着输入后台自动请求结果并显示
主要代码
constructor(http: Http) { |
遇到的坑
- index.html里要引用 http.dev.js
- 相关HTTP_PROVIDERS的引入
- rxjs import 要这么写
import * as Rx from ‘rxjs/Rx’;
- 对Rxjs 的不熟悉包括 Observable的类型 和Operator
- 练习angular2 的HTTP
constructor(http: Http) { |
import * as Rx from ‘rxjs/Rx’;