angular 知识

 

看完以下内容应该就可以上手Angular了

  1. https://angular.io/start
  2.  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/

 
posted @ 2023-04-02 21:31  mashuai_191  阅读(11)  评论(0编辑  收藏  举报