mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c3e93564d0
Now that we've replaced `ngBaseDef` with an abstract directive definition, there are a lot more cases where we generate a directive definition without a selector. These changes make it so that we don't generate the `selectors` array if it's going to be empty. PR Close #33431