Skip to content

Commit

Permalink
build: 5.0.0
Browse files Browse the repository at this point in the history
移除装饰器
  • Loading branch information
wszgrcy committed Apr 30, 2024
1 parent 5b45b32 commit 991f485
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ console.log(instance.hello());
- Currently, the synchronization logic has been refactored and modified using `@code-recycle/cli` to ensure consistency with the official version of `angular`

# Examples
- [https://github.com/wszgrcy/static-injector/tree/alpha/test/import](https://github.com/wszgrcy/static-injector/tree/alpha/test/import)
- [https://github.com/wszgrcy/static-injector/tree/main/test/import](https://github.com/wszgrcy/static-injector/tree/main/test/import)
2 changes: 1 addition & 1 deletion readme.zh-Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ console.log(instance.hello());
- 目前重构了同步逻辑,使用`@code-recycle/cli`进行修改,保证与`angular`官方版本一致

# 实例
- [https://github.com/wszgrcy/static-injector/tree/alpha/test/import](https://github.com/wszgrcy/static-injector/tree/alpha/test/import)
- [https://github.com/wszgrcy/static-injector/tree/main/test/import](https://github.com/wszgrcy/static-injector/tree/main/test/import)
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "static-injector",
"version": "5.0.0-alpha.0",
"version": "5.0.0",
"description": "Angular 依赖注入独立版本;Angular dependency injection standalone version",
"keywords": [
"angular",
Expand Down

0 comments on commit 991f485

Please sign in to comment.