mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
6d1367d297
By providing a top level sanitization methods (rather than service) the compiler can generate calls into the methods only when needed. This makes the methods tree shakable. PR Close #22540