Skip to content

Commit

Permalink
Merge 8d6396a into b5491e8
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodluckhf committed Jul 8, 2019
2 parents b5491e8 + 8d6396a commit 010dce5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 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 all the same you have type hinting:
![example](./type-hinting_docs.png)

Just be sure that you take 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
Binary file added type-hinting_docs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 010dce5

Please sign in to comment.