Angular 应用的Support package

81 阅读1分钟

官网:angular.io/guide/npm-p…

在这里插入图片描述

  • rxjs:Many Angular APIs return observables. RxJS is an implementation of the proposed Observables specification currently before the TC39 committee, which determines standards for the JavaScript language.
  • zone.js: Angular relies on zone.js to run Angular’s change detection processes when native JavaScript operations raise events. Zone.js is an implementation of a specification currently before the TC39 committee that determines standards for the JavaScript language.