Components
This is an Angular Libary with shared components for my personal projects
Counter
Small counter component which can display whole numbers. The transitions between two numbers is automatically animated. More Information: NPM
Development server
Run npm run storybook to develop and debug the components.
Unit Tests
Unit Tests are written with Karma & Jasmin. To run the tests: npm run test