We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
In the file, http.module.ts, I found a typo line 21 static forRoot(config: HttpConfig = {inteceptors: []}): ModuleWithProviders {
static forRoot(config: HttpConfig = {inteceptors: []}): ModuleWithProviders {
I guess it should be interceptors not inteceptors.
The text was updated successfully, but these errors were encountered:
Oh snap! Thanks for the heads up.
We were so swamped over the holidays that we didnt notice this haha.
Sorry, something went wrong.
Hotfix released with 0.10.2.
No branches or pull requests
Hello,
In the file, http.module.ts, I found a typo line 21
static forRoot(config: HttpConfig = {inteceptors: []}): ModuleWithProviders {
I guess it should be interceptors not inteceptors.
The text was updated successfully, but these errors were encountered: