Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Created April 27, 2021 21:42
Show Gist options
  • Save NyaGarcia/14208e34efeac722d415f5fb01bb435f to your computer and use it in GitHub Desktop.
Save NyaGarcia/14208e34efeac722d415f5fb01bb435f to your computer and use it in GitHub Desktop.
Adding the FilterFalsyPipe to the AppModule declarations
@NgModule({
imports: [BrowserModule, FormsModule],
declarations: [AppComponent, FilterFalsyPipe],
bootstrap: [AppComponent]
})
export class AppModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment