Skip to content

Instantly share code, notes, and snippets.

@leosvelperez
Created January 4, 2022 18:45
Setup Tailwind with Angular in an Nx workspace blog post
...
import { Lib1Module } from '@angular-tailwind-nx/lib1';
@NgModule({
...
imports: [BrowserModule, Lib1Module],
...
})
export class AppModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment