Skip to content

Commit

Permalink
build: fix dgeni warning for component-groups (#3362)
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion authored and kara committed Mar 1, 2017
1 parent 4935b24 commit 252db25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/dgeni/processors/component-grouper.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class ComponentGroup {
constructor(name) {
this.name = name;
this.id = `component-group-${name}`;
this.aliases = [];
this.docType = 'componentGroup';
this.directives = [];
this.services = [];
Expand Down

0 comments on commit 252db25

Please sign in to comment.