mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
6b8202eab6
The matTooltip on navigation list items was disabled when the label was
shorter than the literal `27`, repeated across four bindings in the
template. Lift the value to a protected readonly field so the threshold
has a name and lives in one place.
(cherry picked from commit 34d577f697)