Skip to content

Commit

Permalink
Merge pull request #280 from dennisameling/issue-279
Browse files Browse the repository at this point in the history
[typescript-angular] Update default Angular version from 4.3 to 6.0
  • Loading branch information
HugoMario authored Feb 9, 2019
2 parents dc36568 + 42ebb34 commit 312f00f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public void processOpts() {
if (additionalProperties.containsKey(NG_VERSION)) {
ngVersion = new SemVer(additionalProperties.get(NG_VERSION).toString());
} else {
ngVersion = new SemVer("4.3.0");
ngVersion = new SemVer("6.0.0");
LOGGER.info("generating code for Angular {} ...", ngVersion);
LOGGER.info(" (you can select the angular version by setting the additionalProperty ngVersion)");
}
Expand Down

0 comments on commit 312f00f

Please sign in to comment.