We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4fbe7f commit dae5f9dCopy full SHA for dae5f9d
packages/angular_devkit/schematics/tools/file-system-engine-host.ts
@@ -57,7 +57,10 @@ export class FileSystemEngineHost extends FileSystemEngineHostBase {
57
throw new CollectionMissingSchematicsMapException(name);
58
}
59
60
- return desc as FileSystemCollectionDesc;
+ return {
61
+ ...desc,
62
+ name,
63
+ } as FileSystemCollectionDesc;
64
65
66
protected _transformSchematicDescription(
0 commit comments