ng-zorro-antd icon indicating copy to clipboard operation
ng-zorro-antd copied to clipboard

refactor(module:*): remove method parameter decorators

Open HyperLife1119 opened this issue 8 months ago • 4 comments

PR Checklist

Please check if your PR fulfills the following requirements:

  • [x] The commit message follows our guidelines: https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/CONTRIBUTING.md#commit
  • [ ] Tests for the changes have been added (for bug fixes / features)
  • [ ] Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Application (the showcase website) / infrastructure changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

逐步迁移到标准装饰器,作为第一步,移除所有方法参数装饰器。

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

HyperLife1119 avatar Jun 04 '24 17:06 HyperLife1119