Skip to content
This repository was archived by the owner on Nov 3, 2024. It is now read-only.

Commit 5a49d30

Browse files
fix merge
1 parent 0eab1a5 commit 5a49d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const _MODULE_CONFIG = new InjectionToken<CommandOptions>("_command-confi
1414
})
1515
export class CommandModule { // todo: rename to SsvCommandModule
1616

17-
static forRoot(config?: Partial<CommandOptions> | (() => Partial<CommandOptions>)): ModuleWithProviders<SsvCommandModule> {
17+
static forRoot(config?: Partial<CommandOptions> | (() => Partial<CommandOptions>)): ModuleWithProviders<CommandModule> {
1818
return {
1919
ngModule: CommandModule,
2020
providers: [

0 commit comments

Comments
 (0)