Skip to content

Commit

Permalink
docs(module:input-number): corrected import example (#8938)
Browse files Browse the repository at this point in the history
Co-authored-by: baihaiyin <[email protected]>
  • Loading branch information
sholvabai and baihaiyin authored Dec 17, 2024
1 parent c6aa501 commit b57ad8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/input-number/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Enter a number within certain range with the mouse or keyboard.
When a numeric value needs to be provided.

```ts
import { NzInputNumberLegacy } from 'ng-zorro-antd/input-number';
import { NzInputNumberModule } from 'ng-zorro-antd/input-number';
```

## API
Expand Down

0 comments on commit b57ad8d

Please sign in to comment.