issues Search Results · repo:angular-programming/angular2-questionnaire language:TypeScript
Filter by
17 results
(81 ms)17 results
inangular-programming/angular2-questionnaire (press backspace or delete to remove)getQuestionnaireById(id: string) { return this.http.get(SITE_HOST_URL + questionnaire/ + id) .map(res =
QuestionnaireModel res.json().data) .catch(this.handleError); }
zcxzmzy
- 1
- Opened on Aug 22, 2017
- #16
return new Observable((observer: Observer any ) = {
this.http.get(this.getUserInfoUrl(CONTACT_URL)) .map(res = res.json().data) .subscribe(res= { observer.next(res);
observer.complete(); }); });
zcxzmzy
- 3
- Opened on Aug 22, 2017
- #15
zcxzmzy
- 3
- Opened on Aug 20, 2017
- #14
github上代码
ngOnChanges(changes: SimpleChanges){
let questionnaireChange = changes[ questionnaire ];
if(questionnaireChange.previousValue.state
questionnaireChange.currentValue.state ...
clfeng
- 5
- Opened on Jun 21, 2017
- #13
老师您好,我想问下为何github上的代码跟书本上讲解时说得代码不一致? 例如:P438-P439
--shared/questionnaire/questionnaire.component.ts中的onSubmit代码以及书上说在QuestionnaireModule模块中引入了ng2-bootstrap的AlterModule。
再如:P441页用到的this.questionnaireService.updateQuestionnaireState方法跟存在和服务中定义的不一致的情况 ...
clfeng
- 1
- Opened on Jun 21, 2017
- #12
原代码: const storage = require( lowdb/file-async ); 我修改为: lowdb/lib/storages/file-async就好了.
GerryLon
- 2
- Opened on Jun 20, 2017
- #11
questionnaire.service.ts中http.post的地址是http://localhost:5000端口,而页面是5555端口,这不是存在同源策略问题?
qxkxzw
- 1
- Opened on May 14, 2017
- #10

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.