Skip to content

Commit

Permalink
Merge 8ebc860 into b57bf43
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodluckhf committed Jul 15, 2019
2 parents b57bf43 + 8ebc860 commit 7f96af7
Show file tree
Hide file tree
Showing 3 changed files with 413 additions and 759 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,14 @@ describe('Unit test', () => {
})
```

### IDE will help you
if you don't use typescript, `type hinting` still can help you:
![example](./type-hinting_docs.png)

Just be sure that you use type definitions only from `./public-interfaces`.
**Internal types can be changed not in major release**


More examples you can find in [integration tests](https://github.com/Goodluckhf/IoC-container/tree/master/src/integration-tests)


Expand Down
Loading

0 comments on commit 7f96af7

Please sign in to comment.