goetzrobin / spartan

Cutting-edge tools powering Angular full-stack development.
https://spartan.ng
MIT License
1.13k stars 123 forks source link

fix(hover-card): userclass input is set with hlm. remove TODO #195

Closed elite-benni closed 4 months ago

elite-benni commented 4 months ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

Which package are you modifying?

What is the current behavior?

A private input that was never set was used for hlm() instead of userClass().

Closes #

What is the new behavior?

userClass() is now used as in other components.

Does this PR introduce a breaking change?

Other information