mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
706838950c
Currently, if there are 2 nested @defer blocks with the same dependency, Angular throws an error at runtime to indicate that there was a duplicate component def in the registry. This commit updates the logic to only append dependencies when they didn't previously exist in the registry. PR Close #51964