angular 知识
看完以下内容应该就可以上手Angular了
- https://angular.io/start
- Udemy - Complete Angular 14 Course - Learn Frontend Development
要想让一个module能被其他module用, 就得export class moduleName
要想让一个module内部的component 能被内部其他component用,就得放到declaration里面
要想让一个module内部的component 能被外部其他component用,就得放到exports里面
Observable:
https://www.digitalocean.com/community/tutorials/angular-change-detection-strategy
https://www.telerik.com/blogs/simplifying-angular-change-detection
https://www.tektutorialshub.com/angular/angular-observable-tutorial-using-rxjs/
转载请注明出处 http://www.cnblogs.com/mashuai-191/