- 在卡片中标记已弃用的方法/属性 - https://github.com/angular/blossom/pull/727
- 内部方法可见,例如 https://angular.dev/api/core/OutputEmitterRef
- 提高滚动UX/UI
- GitHub链接 - https://github.com/angular/blossom/pull/853
- 支持
const
- https://github.com/angular/blossom/pull/650 - 支持
decorator
- https://github.com/angular/blossom/pull/822 - 支持
directive
- 支持
element
- https://github.com/angular/blossom/pull/952 - 支持
block
(控制流和延迟) - https://github.com/angular/blossom/pull/952 - 支持
enum
- https://github.com/angular/blossom/pull/665 - 支持
function
- https://github.com/angular/blossom/pull/670 - 支持
interface
- https://github.com/angular/blossom/pull/667 - 支持
pipe
- https://github.com/angular/blossom/pull/673 - 支持
ngModule
- https://github.com/angular/blossom/pull/673 - 支持
Type Alias
- https://github.com/angular/blossom/pull/807 - 整理显示的代码
- 方法的滚动捕捉
- 删除包引用页面(以及每个页面上对核心包的链接)
- 将
abstract
作为抽象类的前缀添加到docs-code
中 - https://github.com/angular/blossom/pull/808 - 特色API - https://github.com/angular/blossom/pull/809
- 显示导航列表 - https://github.com/angular/blossom/pull/918 或 https://github.com/angular/blossom/pull/815
- 支持预渲染 - 等待angular-cli修复 - https://github.com/angular/blossom/pull/871
<code-example path="common/pipes/ts/lowerupper_pipe.ts" region=LowerUpperPipe>
- 在描述中出现的旧 ExampleViewer - 我们应该删除它们吗? - https://github.com/angular/blossom/pull/880- https://docs.google.com/spreadsheets/d/1scJOt19SVcXPypTu3NBsib8ywuiTKCNO_yoRPbSYOIQ/edit#gid=0 - https://github.com/angular/blossom/pull/727
- 支持块(@if等) - https://github.com/angular/blossom/pull/855
- 从URL中删除
%20
- https://github.com/angular/blossom/pull/865 - 在 https://angular-dev-site.web.app/api/router/RouterLink 中的链接渲染异常 - 我想它应该通过 https://github.com/angular/blossom/pull/855 修复
- 用例说明列表和元素的样式不正确 - 855和 https://github.com/angular/blossom/pull/872
- x2e25fX
- X2E26FX
- XmMvNvx = blocked due to current JSON structure
- XmMvNvy = blocked due to current JSON structure
- 为仓库中的代码添加链接
- 修复卡片溢出(参考 X2E27FX)
- 有些管道报告一个类( XmMvNvx, XmMvNvy)
- 用markdown警报替换 XmMvNvx。例如:X2E28FX
- 在已弃用的条目上显示弃用消息
- 例如:X2E29FX
7条答案
按热度按时间rqcrx0a61#
Polish the code displayed
Should we add 🇵🇱 everywhere ? /s 😁😁
b1payxdu2#
关于提取的JSON中缺失的条目,我已经打开了 #52452
thigvfpy3#
Added: removing html alerts blocks.
cf https://angular.dev/api/core/afterNextRender?tab=description
cgfeq70w4#
已添加:目前我们不会显示已弃用的条目的弃用消息。
✅
vxqlmq5t5#
新增:我们没有每个包的根页面,就像AIO那样。例如:https://angular.io/api/localize
4ioopgfo6#
注意:我取消了
internal
项目。例如,ngMetadataName
在这里是可见的:https://angular.dev/api/core/InjectionToken完成✅
kpbpu0087#
我们应该有办法过滤开发预览项,就像我们在AIO上使用的过滤器一样。