Skip to content

Commit cf90f45

Browse files
committed
fix: add type params to class name
1 parent bb6336a commit cf90f45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/build/build-stats.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ function getComponentsFileMap(config: d.Config, buildCtx: d.BuildCtx) {
146146
source: relativePath(config, component.sourceFilePath),
147147
elementRef: component.elementRef,
148148
componentClassName: component.componentClassName,
149+
componentClassTypeParameters: component.componentClassTypeParameters,
149150
assetsDirs: component.assetsDirs,
150151
dependencies: component.dependencies,
151152
dependents: component.dependents,

0 commit comments

Comments
 (0)