Skip to content

Commit

Permalink
feat(inject-inputs): deprecated injectInputs in favor of inputs()
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Nov 1, 2024
1 parent e38b946 commit 2b131af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/ngxtension/inject-inputs/src/lib/inject-inputs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ export function inputs<TDir extends Type<any>>(
}

/**
* @deprecated Please use `inputs()` instead
* @deprecated Please use `inputs()` instead. Will be removed in v5
* @since v4
*/
export function injectInputs<TDir extends Type<any>>(
dir: InstanceType<TDir>,
Expand Down

0 comments on commit 2b131af

Please sign in to comment.