Skip to content

Commit 252db25

Browse files
devversionkara
authored andcommitted
build: fix dgeni warning for component-groups (#3362)
1 parent 4935b24 commit 252db25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/dgeni/processors/component-grouper.js

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class ComponentGroup {
1111
constructor(name) {
1212
this.name = name;
1313
this.id = `component-group-${name}`;
14+
this.aliases = [];
1415
this.docType = 'componentGroup';
1516
this.directives = [];
1617
this.services = [];

0 commit comments

Comments
 (0)