Angular recently added support for ng add tailwindcss as an easy way of configuring a project: https://angular.dev/guide/tailwind#automated-setup-with-ng-add
The Tailwind docs still describe how to do this manually. It would be awesome to mention ng add tailwindcss as a way of reducing toil for the install process: https://tailwindcss.com/docs/installation/framework-guides/angular
It might be useful to keep the current documentation in some form for users on older versions of Angular where the ng add capability didn't exist for Tailwind, but certainly the default recommendation for up-to-date Angular users should be to go through ng add tailwindcss.
Angular recently added support for
ng add tailwindcssas an easy way of configuring a project: https://angular.dev/guide/tailwind#automated-setup-with-ng-addThe Tailwind docs still describe how to do this manually. It would be awesome to mention
ng add tailwindcssas a way of reducing toil for the install process: https://tailwindcss.com/docs/installation/framework-guides/angularIt might be useful to keep the current documentation in some form for users on older versions of Angular where the
ng addcapability didn't exist for Tailwind, but certainly the default recommendation for up-to-date Angular users should be to go throughng add tailwindcss.