Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Angular Require RxJS?

Tags:

angular

rxjs

Simple enough - does core Angular require RxJS if I am not using any observables or http calls?

In the future, how do I check myself if Angular really requires X for a Hello World app?

like image 355
VSO Avatar asked Oct 25 '25 14:10

VSO


1 Answers

Yes. RxJS is a peer dependency of @angular/core, as you can see in its package.json file:

like image 134
JB Nizet Avatar answered Oct 27 '25 04:10

JB Nizet



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!