An open API service indexing awesome lists of open source software.

https://github.com/rothsandro/angular-stitches


https://github.com/rothsandro/angular-stitches

Last synced: about 2 months ago
JSON representation

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.