feat(module:schematics): align with the updated style guide - #9295
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #9295 +/- ##
==========================================
- Coverage 92.12% 92.08% -0.05%
==========================================
Files 561 561
Lines 19627 19627
Branches 3106 3106
==========================================
- Hits 18082 18074 -8
- Misses 1206 1214 +8
Partials 339 339 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
Author
|
本地测试有点问题,处理中 |
Laffery
force-pushed
the
schematics/style-update
branch
from
July 20, 2025 05:59
cdba1ba to
df1633c
Compare
Collaborator
Author
问题已修复,本地 CLI 运行测试通过 |
Laffery
force-pushed
the
schematics/style-update
branch
from
July 20, 2025 06:23
208ee3a to
d3a0eef
Compare
Laffery
force-pushed
the
schematics/style-update
branch
from
July 20, 2025 07:23
0959ab1 to
5a1c30c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
在 Angular v20 更新的风格指南中,新项目默认 app.ts 等文件不带有
component扩展名,这导致基于 ng-zorro-antd 的 schematics 模板生成的代码与之不匹配。What is the new behavior?
ng-component的typengHtml等扩展名配置项,以及skipSelectorexportDefault配置项ng-add新增可选模板topnavDoes this PR introduce a breaking change?
Other information