mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8020347f26
Fixes that the compiler was matching directives based on `attr` bindings which doesn't correspond to the runtime behavior. This wasn't a problem until now because the matched directives would basically be a noop, but they can cause issues with required inputs. PR Close #49713
Tests in this directory are excluded from running in the browser and only run in node.