Skip to content

Commit

Permalink
doc: ng17
Browse files Browse the repository at this point in the history
  • Loading branch information
wszgrcy committed Mar 25, 2024
1 parent 02c2bb9 commit 5014faa
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
4 changes: 4 additions & 0 deletions deploy/doc/en-US/attention.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,7 @@ export function libraryTemplateScopeName(library: string) {
[template]="$$mp$$TestLibrary$$first"
></app-outside-template>
```

### 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
4 changes: 2 additions & 2 deletions deploy/doc/en-US/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ reduce cross-platform costs</p>

### Prerequisites

- `Node.js` greater than 16
- `@angular/cli` 16
- `Node.js` greater than 20
- `@angular/cli` 17

### hello-world

Expand Down
5 changes: 5 additions & 0 deletions deploy/doc/zh-Hans/attention.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,8 @@ export function libraryTemplateScopeName(library: string) {
[template]="$$mp$$TestLibrary$$first"
></app-outside-template>
```


### 未实现
- 控制流(control flow)
> 这部分功能目前看起来是动态生成的,要转换为静态的就只能用小程序原生的一些方法,但是又没法1:1对应,所以暂时没想到好方法
4 changes: 2 additions & 2 deletions deploy/doc/zh-Hans/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ layout: home

### 前提条件

- `Node.js` 版本大于 16
- `@angular/cli` 版本为 16
- `Node.js` 版本大于 20
- `@angular/cli` 版本为 17

### hello-world

Expand Down

0 comments on commit 5014faa

Please sign in to comment.