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
> if a provider wasn't found in a container it will look up in ascendant containers if there are any:
105
-
```Typescript
105
+
```typescript
106
106
import { Container } from'container-ioc';
107
107
108
108
@Injectable()
@@ -120,7 +120,7 @@ childContainer.resolve('IA');
120
120
### Pluggable metadata annotator.
121
121
> By default metadata is assigned to static properties.
122
122
> If you want to use Reflect API for annotation, you can implement **IMetadataAnnotator** interface with your implementation using Reflect API. Then plug it into **AnnotatorProvider**
0 commit comments