NG-ALAIN not supporting SSR in default, you can refer to SSR chapter to achieve.
Scaffold
- SSR: make
i18n.service.ts
,theme-btn.component.ts
support ssr (#1730)
Bug Fixes
- All
@delon/*
support SSR - abc:reuest-tab: fix cannot read property 'active' (#973) (2bf13f9)
- abc:reuse-tab: fix the position of Tab cannot be updated in some cases (#974) (f4abe81)
- abc:se: fix ingored set id when control invalid controlAccessor (#975) (e205c4d)
- cli: fix missing dependencie "@antv/data-set" (#971) (95a35ac)
- cli: only supports angular 9.x (#978) (d9fccf7)
- form: export utils (#972) (f61947e)
- form: fix invalid
width
of inline mode (#977) (5de1015) - theme:drawer: fix
nzWidth
is invalid (#970) (772e3de) - theme:SettingsService: optimized to be rewritten more friendly (#976) (680607b)
Features
默认并没有 NG-ALAIN 直接支持 SSR,可以参考SSR章节来实现。
Scaffold
- SSR: 确保
i18n.service.ts
,theme-btn.component.ts
支持 SSR (#1730)
Bug Fixes
- 所有
@delon/*
支持 SSR - abc:reuest-tab: 修复 cannot read property 'active' 错误 (#973) (2bf13f9)
- abc:reuse-tab: 修复某些情况下 Tab 的位置无法更新 (#974) (f4abe81)
- abc:se: 修复部分组件无法自动设置
id
问题 (#975) (e205c4d) - cli: 修复丢失引用 "@antv/data-set" 类库 (#971) (95a35ac)
- cli: 修复
ng add ng-alain
只支持 angular 9.x (#978) (d9fccf7) - form: 修复缺少
utils
工具集导出 (#972) (f61947e) - form: 修复内联模式下无效
width
(#977) (5de1015) - theme:drawer: 修复无法指定
nzWidth
(#970) (772e3de) - theme:SettingsService: 优化更友好的覆盖 (#976) (680607b)