https://github.com/rothsandro/angular-stitches
https://github.com/rothsandro/angular-stitches
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rothsandro/angular-stitches
- Owner: rothsandro
- Created: 2021-05-01T14:50:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T10:31:59.000Z (over 2 years ago)
- Last Synced: 2025-04-12T10:14:27.203Z (about 2 months ago)
- Language: TypeScript
- Size: 672 KB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular + Stitches
A CSS-in-JS demo for Angular using Stitches + RxJS.
Read more about this in my [blog post](https://www.sandroroth.com/blog/angular-stitches).
## Getting started
1. Clone the repository
2. Run `npm install`
3. Run `npm start` and open [http://localhost:4200](http://localhost:4200) to view it in the browser.See `src/app/demo-two.component.ts` for the demo code and `src/app/utils/class-names.ts` for the utility function.