mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 19:13:34 +08:00
AJV only support a single schema with the same ID, compiling schemas async can cause a race condition were multiple schemas with the same name as compiled at the same time. Closes #20847