mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
samples(@nestjs) update sample applications
This commit is contained in:
@@ -92,6 +92,10 @@ export class DependenciesScanner {
|
||||
token,
|
||||
metadata.COMPONENTS as 'components',
|
||||
),
|
||||
...this.container.getDynamicMetadataByToken(
|
||||
token,
|
||||
metadata.PROVIDERS as 'providers',
|
||||
),
|
||||
];
|
||||
components.map(component => {
|
||||
this.storeComponent(component, token);
|
||||
|
||||
Reference in New Issue
Block a user