27.1.2021
Angular & Tailwind
- ng new my-app
- Styling => CSS
- ng add @ngneat/tailwind (ngneat Tailwind)
ohne @apply:
<button class="w-80 bg-green-200 shadow-md">Hello world!</button>
mit @apply:
/* HTML */
<button class="my-button>Hello world!</button>
/* CSS */
.my-button {
@apply w-80 bg-green-200 shadow-md
}
Standort Hannover
newcubator GmbH
Bödekerstraße 22
30161 Hannover
Standort Dortmund
newcubator GmbH
Westenhellweg 85-89
44137 Dortmund