FrenchBen
Results
2
issues of
FrenchBen
# 🐞 bug report ### Affected Package not sure ### Is this a regression? No, I think this has been there for a while (see https://github.com/angular/angular/issues/24859) ### Description With Elements...
type: bug/fix
area: core
area: elements
state: confirmed
core: content projection
P3
In attached we remember if the element is RTL or not: this._isRTL = window.getComputedStyle(this).direction == 'rtl'; Even though this is designed as too avoid having to make recurrent call to...