Skip to content

Commit

Permalink
fix(io): update type of event argument token
Browse files Browse the repository at this point in the history
  • Loading branch information
gund committed Mar 13, 2020
1 parent 06f3233 commit 3d85691
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class IoFactoryService {
private differs: KeyValueDiffers,
private cfr: ComponentFactoryResolver,
@Inject(EventArgumentToken)
private eventArgument: unknown,
private eventArgument: string,
) {}

create() {
Expand Down

0 comments on commit 3d85691

Please sign in to comment.