Skip to content

Instantly share code, notes, and snippets.

@msarsha
Last active February 23, 2018 18:33
Show Gist options
  • Save msarsha/5ca1e0e31c9b378a01afd690b73d6b46 to your computer and use it in GitHub Desktop.
Save msarsha/5ca1e0e31c9b378a01afd690b73d6b46 to your computer and use it in GitHub Desktop.
@NgModule({
providers: [
{provide: CASE_LOGIC_HANDLER, useClass: CaseOne, multi: true},
{provide: CASE_LOGIC_HANDLER, useClass: CaseTwo, multi: true},
// ...
]
})
export class AppModule {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment