Skip to content

Commit

Permalink
fix: fix "CqrsFeatureModule" is not an Angular module
Browse files Browse the repository at this point in the history
  • Loading branch information
avchugaev committed Jan 10, 2021
1 parent 8909e50 commit 299a94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/cqrs.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface CqrsFeatureOptions {
export const CQRS_FEATURE_OPTIONS = new InjectionToken<CqrsFeatureOptions>('CQRS feature');

@NgModule()
class CqrsFeatureModule {
export class CqrsFeatureModule {
constructor(
@Inject(CQRS_FEATURE_OPTIONS) options: CqrsFeatureOptions,
injector: Injector,
Expand Down

0 comments on commit 299a94c

Please sign in to comment.