mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
dead64fbdb
Adds a new error reference page for NG05101 (NO_PLUGIN_FOR_EVENT), which is thrown when no registered EventManagerPlugin supports the event name passed to addEventListener. The page covers the two common causes: a typo in the event binding and a missing plugin provider.