Created
April 27, 2021 21:42
-
-
Save NyaGarcia/14208e34efeac722d415f5fb01bb435f to your computer and use it in GitHub Desktop.
Adding the FilterFalsyPipe to the AppModule declarations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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