https://github.com/mschn/day-night-primeng-sample
Sample Angular + PrimeNG app that shows how toggle Day/Night themes
https://github.com/mschn/day-night-primeng-sample
Last synced: 12 months ago
JSON representation
Sample Angular + PrimeNG app that shows how toggle Day/Night themes
- Host: GitHub
- URL: https://github.com/mschn/day-night-primeng-sample
- Owner: mschn
- License: mit
- Created: 2024-06-15T13:59:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T14:46:10.000Z (about 2 years ago)
- Last Synced: 2025-06-25T05:43:23.742Z (about 1 year ago)
- Language: TypeScript
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Day🌞 Night🌚 PrimeNG sample
This is a sample Angular app that shows you to toggle Light🌞 & Dark🌚 themes with PrimeNG.
- [Angular](https://angular.dev/)
- [PrimeNG](https://primeng.org/)
## Quick start
```bash
npm i
npm run start
```