Skip to content

Commit

Permalink
[website] docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Jan 9, 2021
1 parent 7c62c67 commit f81e9ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docs/scoping/lifetime-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: Lifetime Overview
---

- Singleton : Single instance per container (includes all parents and children).
- Singleton : Single instance for all containers.
- Same type cannot be registered in the same container.
- Transient : Instance per resolving.
- Scoped : Instance per `LifetimeScope`.
- If LifetimeScope is single, similar to Singleton.
Expand Down

1 comment on commit f81e9ba

@vercel
Copy link

@vercel vercel bot commented on f81e9ba Jan 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.