Closed monacodelisa closed 2 months ago
Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for us to decide if it's ready. The issue will be ready to work on once we remove the "needs triage" label.
For full info on how to contribute, please check out our contributors guide.
Type of feature
✨ Feature
Description
Add Angular Material UI to the existing AnalogJS app to enhance the UI components and set up theming using media queries for responsive and dynamic themes. The theme should adapt based on the user's device settings (e.g., light or dark mode).
My Video Tutorial on setting up Theming in AnalogJS
Tasks:
Install Angular Material UI
Set Up Global Theming
Theming with Media Queries
In the
theme.scss
file, set up media queries like:Test Theming
Expected Outcome:
Angular Material UI should be installed and integrated into the app with theming fully set up. The app should automatically switch between light and dark themes based on the user's system preferences, and all Angular Material components should reflect the selected theme. Theming should be responsive and adaptive through the use of media queries.
Additional context
No response
I would be willing to submit a PR to fix this issue