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 bb6336a commit cf90f45Copy full SHA for cf90f45
1 file changed
src/compiler/build/build-stats.ts
@@ -146,6 +146,7 @@ function getComponentsFileMap(config: d.Config, buildCtx: d.BuildCtx) {
146
source: relativePath(config, component.sourceFilePath),
147
elementRef: component.elementRef,
148
componentClassName: component.componentClassName,
149
+ componentClassTypeParameters: component.componentClassTypeParameters,
150
assetsDirs: component.assetsDirs,
151
dependencies: component.dependencies,
152
dependents: component.dependents,
0 commit comments