Jeffrey Bosch
Jeffrey Bosch
## PR Checklist Please check if your PR fulfills the following requirements: - [x] Tests for the changes have been added (for bug fixes/features) - [ ] Docs have been...
**Describe the solution you'd like** We have found a library called [css-purge](https://www.npmjs.com/package/css-purge) that would help us with the optimization of the `css` part. As this library is only available for...
**Describe the solution you'd like** It would be nice to generate components from a cli tool. This way the sketch files can live next to the components. Use case I...
As we are looking at a vscode plugin we need to support node. ATM I copied over parts of the project and made some changes to it so that it...
We should add a simple documentation website.
Our current README lacks detailed instructions on installation and basic usage of our project. This issue aims to update the README to provide clear and concise information, making it easier...
To align with modern Angular development practices, we propose migrating our project to use Angular Standalone Components. This transition aims to simplify our application architecture, improve modularity, and enhance developer...
Considering the structure and needs of our project, which includes both an application and a library, we propose migrating to Angular CLI's multi-project workspace. This workspace model offers an efficient...
As we first wanted to prototype with stencil we didn't add any tests. However, now we decided to use it as a standalone package we need to add some test...
Reverts angular-split/angular-split#438