mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8f5cbcc845
This commit reorganizes the Angular code a bit, and moves signals into a newly defined `@angular/core/primitives` location. This will be used inside g3 to allow non-Angular targets to depend on the signals core without incurring a dependency on the whole framework. PR Close #51986