Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created July 6, 2021 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/b8b00f48a1db867def0ea3f6c88ba31e to your computer and use it in GitHub Desktop.
Save garystafford/b8b00f48a1db867def0ea3f6c88ba31e to your computer and use it in GitHub Desktop.
imports: [
BrowserModule,
HttpClientModule,
FormsModule,
LoggerModule.forRoot({
level: !environment.production ?
NgxLoggerLevel.DEBUG : NgxLoggerLevel.INFO,
serverLogLevel: NgxLoggerLevel.INFO
})
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment