Skip to content

Commit

Permalink
fix: add type params to class name
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Jul 26, 2022
1 parent bb6336a commit cf90f45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/build/build-stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ function getComponentsFileMap(config: d.Config, buildCtx: d.BuildCtx) {
source: relativePath(config, component.sourceFilePath),
elementRef: component.elementRef,
componentClassName: component.componentClassName,
componentClassTypeParameters: component.componentClassTypeParameters,
assetsDirs: component.assetsDirs,
dependencies: component.dependencies,
dependents: component.dependents,
Expand Down

0 comments on commit cf90f45

Please sign in to comment.