mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7744e1e673
Some partial libraries have been minified, which results in boolean literals being converted to `!0` and `!1`. This commit ensures that the linker can process these values. Fixes #41655 PR Close #41747