Skip to content

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)

请问老师我把后端和前端的代码都运行起来了 之后在浏览器上观察 发现 注册和登录 功能 都不能达到效果 请问老师解决的方法是什么呢
  • 942435655
  • 2
  • Opened 
    on Sep 1, 2017
  • #17

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

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

image 李老师,这是什么错误,我的node版本都没有问题
  • SoftwareMark
  • 8
  • Opened 
    on Apr 6, 2017
  • #9

angular2 是否适合开发移动端页面呢?如果可以,用那个UI框架好呢?可否推荐下?
  • liudianliang
  • 2
  • Opened 
    on Mar 22, 2017
  • #8
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub