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

fix(ng-add): remove double quotes in info messages #1420

Merged
merged 2 commits into from
Apr 8, 2022

Conversation

timdeschryver
Copy link
Contributor

I couldn't get enough, so I installed the package in another project.
In the process I saw that the info messages from the ng-add command included two double quotes.

@@ -27,8 +27,7 @@ export const httpLoaderFactory = (httpClient: HttpClient) => {
// autoUserInfo: false,
};
})
)
.toPromise();
Copy link
Contributor Author

@timdeschryver timdeschryver Apr 7, 2022

Choose a reason for hiding this comment

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

Removed because toPromise is deprecated, and more important, StsConfigHttpLoader now only accepts an Observable.

@damienbod damienbod merged commit 42659ab into damienbod:main Apr 8, 2022
@FabianGosebrink
Copy link
Collaborator

LGTM! Thanks @timdeschryver !

@timdeschryver timdeschryver deleted the double-quotes branch April 8, 2022 10:23
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