Skip to content

Commit

Permalink
Merge 75d6af7 into b57bf43
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodluckhf committed Jul 16, 2019
2 parents b57bf43 + 75d6af7 commit 52216a6
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 149 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 52216a6

Please sign in to comment.