Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[typescript-angular] Update default Angular version from 4.3 to 6.0 #280

Merged
merged 1 commit into from
Feb 9, 2019

Conversation

dennisameling
Copy link
Contributor

Closes #279

@HugoMario
Copy link
Contributor

thanks a lot @dennisameling !!!

@HugoMario HugoMario merged commit 312f00f into swagger-api:master Feb 9, 2019
@@ -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");
Copy link

@urban-cookie urban-cookie Mar 11, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dennisameling Please note that the help on the ngVersion parameter still states that "Default is '4.3'". Probably should extract that magic string to a constant and fix that. The getHelp() is incorrect, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants