From 5014faa467a5b8603393ff4410c3104a5ce30d1c Mon Sep 17 00:00:00 2001 From: chen Date: Mon, 25 Mar 2024 11:38:21 +0800 Subject: [PATCH] doc: ng17 --- deploy/doc/en-US/attention.md | 4 ++++ deploy/doc/en-US/index.md | 4 ++-- deploy/doc/zh-Hans/attention.md | 5 +++++ deploy/doc/zh-Hans/index.md | 4 ++-- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/deploy/doc/en-US/attention.md b/deploy/doc/en-US/attention.md index 059411d1..1aa76a59 100644 --- a/deploy/doc/en-US/attention.md +++ b/deploy/doc/en-US/attention.md @@ -88,3 +88,7 @@ export function libraryTemplateScopeName(library: string) { [template]="$$mp$$TestLibrary$$first" > ``` + +### Unrealized +- control flow +> This part of the functionality currently appears to be dynamically generated, and to convert it to static, we can only use some native methods of the mini program, but it cannot be matched 1:1, so we haven't thought of a good method yet \ No newline at end of file diff --git a/deploy/doc/en-US/index.md b/deploy/doc/en-US/index.md index d23137a1..ccb2c560 100644 --- a/deploy/doc/en-US/index.md +++ b/deploy/doc/en-US/index.md @@ -34,8 +34,8 @@ reduce cross-platform costs

### Prerequisites -- `Node.js` greater than 16 -- `@angular/cli` 16 +- `Node.js` greater than 20 +- `@angular/cli` 17 ### hello-world diff --git a/deploy/doc/zh-Hans/attention.md b/deploy/doc/zh-Hans/attention.md index ce7c97f4..086614a0 100644 --- a/deploy/doc/zh-Hans/attention.md +++ b/deploy/doc/zh-Hans/attention.md @@ -84,3 +84,8 @@ export function libraryTemplateScopeName(library: string) { [template]="$$mp$$TestLibrary$$first" > ``` + + +### 未实现 +- 控制流(control flow) +> 这部分功能目前看起来是动态生成的,要转换为静态的就只能用小程序原生的一些方法,但是又没法1:1对应,所以暂时没想到好方法 \ No newline at end of file diff --git a/deploy/doc/zh-Hans/index.md b/deploy/doc/zh-Hans/index.md index 300ff8ab..c83231b0 100644 --- a/deploy/doc/zh-Hans/index.md +++ b/deploy/doc/zh-Hans/index.md @@ -37,8 +37,8 @@ layout: home ### 前提条件 -- `Node.js` 版本大于 16 -- `@angular/cli` 版本为 16 +- `Node.js` 版本大于 20 +- `@angular/cli` 版本为 17 ### hello-world