Skip to content

Commit

Permalink
build: 4.0.1
Browse files Browse the repository at this point in the history
改readme
  • Loading branch information
wszgrcy committed Mar 24, 2024
1 parent 665dfe3 commit 72cc5b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
| [中文](./readme-zh-Hans.md) | [English](./readme.md) |
| [中文](https://github.com/wszgrcy/cyia-localize/blob/master/readme.zh-Hans.md) | [English](./readme.md) |
|-|-|

# Introduction
Expand All @@ -17,7 +17,7 @@
- Create a first level dependency injector with `Injector.create`
- Declare as a dependency injection class using the `@Injectable` decorator

# Different from `injection js`
# Different from `injection-js`

- `injection-js` belongs to dynamic dependency injection and is a version used before Angular5. After Angular5, it has been converted to static dependency injection
- In theory, it would be faster than `injection-js` (otherwise Angular wouldn't do the replacement...), but there was no benchmark done
Expand Down
2 changes: 1 addition & 1 deletion readme-zh-Hans.md → readme.zh-Hans.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
| [中文](./readme-zh-Hans.md) | [English](./readme.md) |
| [中文](https://github.com/wszgrcy/cyia-localize/blob/master/readme.zh-Hans.md) | [English](./readme.md) |
|-|-|
# 简介

Expand Down
5 changes: 3 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "static-injector",
"version": "4.0.0",
"version": "4.0.1",
"description": "Angular 依赖注入独立版本;Angular dependency injection standalone version",
"keywords": [
"angular",
Expand All @@ -10,7 +10,8 @@
"typescript 5.4.2",
"injectable",
"static-inject",
"dependency injection"
"dependency injection",
"injection-js"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 72cc5b2

Please sign in to comment.