@one-paragon/angular-utilities 2.7.4 → 2.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2123,8 +2123,8 @@ class StylerDirective {
2123
2123
  this.$styler = input.required({ ...(ngDevMode ? { debugName: "$styler" } : {}), alias: 'styler' });
2124
2124
  this.#stylerEffect = effect(() => {
2125
2125
  const styles = this.$styler();
2126
+ const element = this.$element();
2126
2127
  untracked(() => {
2127
- const element = this.$element();
2128
2128
  const toApply = Object.entries(styles ?? {}).reduce((acc, [key, val]) => {
2129
2129
  if (!val)
2130
2130
  return acc;