Common styles for our workshop projects at Angular.Schule
npm install @angular-schule/workshop-styles


Common styles for our workshop projects at Angular.Schule. This package is meant to be used in the workshop example projects only.
Includes
- Bootstrap CSS
- Common form styles
- Angular form styles for .ng-valid et al
- feedback classes .feedback-error and .feedback-success (and their aliases .feedback-red and .feedback-green)
- Button styles
- shortcut aliases for Bootstrap buttons with right margin: .btn-red, .btn-green, .btn-yellow, .btn-grey,
- disabled button style with cursor
- primary color Angular purple
```
npm install @angular-schule/workshop-styles
in styles.scss
```
@use '@angular-schule/workshop-styles';