Skip to content

Instantly share code, notes, and snippets.

@FunnyGhost
Created July 27, 2021 13:39
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 FunnyGhost/0380cc3c8f74bfec72fda7383c2c1fff to your computer and use it in GitHub Desktop.
Save FunnyGhost/0380cc3c8f74bfec72fda7383c2c1fff to your computer and use it in GitHub Desktop.
CoreModule with StatusCodeResponseService
import { NgModule } from '@angular/core';
import { StatusCodeResponseService } from './status-code-response.service';
@NgModule({
providers: [StatusCodeResponseService],
})
export class CoreModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment