mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
0f8ae8bf7f
Add the implementation of a Template Check that ensures the correct use of two-way binding syntax. Generates a warning when '([foo])="bar"' is found instead of '[(foo)]="bar"'. Refs #42966 PR Close #42984