angular2 遇到的问题汇总

angular2 学习资源集锦:https://github.com/timjacobi/angular2-education

在学习angular开发项目过程遇到的问题:

1. 不同component如果都导入同一个service,则每一个component里的service为不同实例,service内部的变量并不能同步变化;

2. template里元素上绑定的属性,其值最多为10个;

3. template中绑定的属性值,如果是引用类型,则引用地址不能更改。

原文地址:https://www.cnblogs.com/AustinAn/p/5578537.html