You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -65,5 +65,5 @@ import { bootstrap } from "needle-di";
const barService =bootstrap(BarService);
```
This is useful if you solely depend on [auto-binding](/concepts/binding#auto-binding) and/or [three-shakeable injection tokens](/advanced/tree-shaking)
This is useful if you solely depend on [auto-binding](/concepts/binding#auto-binding) and/or [tree-shakeable injection tokens](/advanced/tree-shaking)
and therefore don't need to register anything manually into your container.