elementarlabs / elementar-admin

Fully open-source Angular UI Components & Admin Panel based on Angular Material 3 and Tailwind
https://elementarui.com
MIT License
12 stars 4 forks source link

refactor(alert): remove redundant matRipple usage #1

Closed sefatanam closed 4 months ago

sefatanam commented 4 months ago

In the Alert Actions component the MatRipple directive was added redundantly in the component. Since MatRipple is already imported and used as a directive, it need to be included in hostDirectives of AlertActionDirective. This commit removes the redundant usage, improving code clarity.

sefatanam commented 4 months ago

Please delete spaces in array, make like this: hostDirectives: [MatRipple]

Sorry, my code editor did this 😑