HttpClient 제공 업체 없음


360

각도 4.4에서 5.0으로 업그레이드 한 후 모든 HttpModule 및 Http를 HttpClientModule로 업데이트 한 후이 오류가 발생하기 시작했습니다.

또한 HttpModule을 다시 추가하여 종속성으로 인한 것이 아니라 문제를 해결하지 못하도록

app.module에서 모두 올바르게 설정했습니다.

import { HttpModule } from '@angular/http';
import { HttpClientModule, HttpClient } from '@angular/common/http';
.
.
.
@NgModule({
    imports: [
        BrowserModule,
        HttpClientModule,
        HttpModule,
        BrowserAnimationsModule,
        FormsModule,
        AppRoutingModule,
.
.
.

이 오류가 어디에서 오는지 알 수 없거나 오류를 얻는 방법에 대한 단서가 없습니다. 또한 경고가 있습니다 (아래에 넣으십시오) 관련이있을 수 있습니다.

Error: StaticInjectorError[HttpClient]: 
  StaticInjectorError[HttpClient]: 
    NullInjectorError: No provider for HttpClient!
    at _NullInjector.get (vendor.js?v=mekBM8IVBK72-MIZOVSTJizGi_TD_xK3uhPOCRlEHwg:5665)
    at resolveToken (vendor.js?v=mekBM8IVBK72-MIZOVSTJizGi_TD_xK3uhPOCRlEHwg:5953)
    at tryResolveToken (vendor.js?v=mekBM8IVBK72-MIZOVSTJizGi_TD_xK3uhPOCRlEHwg:5895)
    at StaticInjector.get (vendor.js?v=mekBM8IVBK72-MIZOVSTJizGi_TD_xK3uhPOCRlEHwg:5766)
    at resolveToken (vendor.js?v=mekBM8IVBK72-MIZOVSTJizGi_TD_xK3uhPOCRlEHwg:5953)
    at tryResolveToken (vendor.js?v=mekBM8IVBK72-MIZOVSTJizGi_TD_xK3uhPOCRlEHwg:5895)
    at StaticInjector.get (vendor.js?v=mekBM8IVBK72-MIZOVSTJizGi_TD_xK3uhPOCRlEHwg:5766)
    at resolveNgModuleDep (vendor.js?v=mekBM8IVBK72-MIZOVSTJizGi_TD_xK3uhPOCRlEHwg:15328)
    at _createClass (vendor.js?v=mekBM8IVBK72-MIZOVSTJizGi_TD_xK3uhPOCRlEHwg:15373)
    at _createProviderInstance$1 (vendor.js?v=mekBM8IVBK72-MIZOVSTJizGi_TD_xK3uhPOCRlEHwg:15339)

경고 메시지 :

./node_modules/@angular/Common/esm5/http.js
There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Use equal casing. Compare these module identifiers:
* D:\XXX\node_modules\@angular\Common\esm5\http.js
    Used by 21 module(s), i. e.
    D:\XXX\node_modules\awesome-typescript-loader\dist\entry.js?silent=true!D:\XXX\node_modules\angular2-template-loader\index.js!D:\XXX\ClientApp\app\services\notification-endpoint.service.ts
* D:\XXX\node_modules\@angular\common\esm5\http.js
    Used by 1 module(s), i. e.
    D:\XXX\node_modules\awesome-typescript-loader\dist\entry.js?silent=true!D:\XXX\node_modules\angular2-template-loader\index.js!D:\XXX\ClientApp\app\app.module.ts
 @ ./node_modules/@angular/Common/esm5/http.js
 @ ./ClientApp/app/services/notification-endpoint.service.ts
 @ ./ClientApp/app/app.module.ts
 @ ./ClientApp/boot.browser.ts
 @ multi event-source-polyfill webpack-hot-middleware/client?path=__webpack_hmr&dynamicPublicPath=true ./ClientApp/boot.browser.ts

현재 행동

StaticInjectorError[HttpClient]: StaticInjectorError[HttpClient]: NullInjectorError: No provider for HttpClient!

환경

Angular version: 5.0.0 and 5.0.1 (also 5.1 beta)

Browser:
- all

For Tooling issues:
- Node version: 8.5.0
- Platform:  windows
{
  "name": "X",
  "version": "1.0.0",
  "description": "X",
  "author": {
    "name": "X X",
    "email": "XX",
    "url": "X"
  },
  "homepage": "X",
  "dependencies": {
    "@angular/animations": "^5.1.0-beta.0",
    "@angular/common": "^5.1.0-beta.0",
    "@angular/compiler": "^5.1.0-beta.0",
    "@angular/compiler-cli": "^5.1.0-beta.0",
    "@angular/core": "^5.1.0-beta.0",
    "@angular/forms": "^5.1.0-beta.0",
    "@angular/http": "^5.1.0-beta.0",
    "@angular/platform-browser": "^5.1.0-beta.0",
    "@angular/platform-browser-dynamic": "^5.1.0-beta.0",
    "@angular/platform-server": "^5.1.0-beta.0",
    "@angular/router": "^5.1.0-beta.0",
    "@ngtools/webpack": "^1.8.0",
    "@ngx-translate/core": "^8.0.0",
    "@ngx-translate/http-loader": "^2.0.0",
    "@swimlane/ngx-datatable": "^11.0.3",
    "@types/jquery": "^3.2.16",
    "@types/webpack-env": "^1.13.2",
    "angular2-template-loader": "^0.6.2",
    "aspnet-webpack": "^2.0.1",
    "awesome-typescript-loader": "^3.3.0",
    "bootstrap": "^3.3.7",
    "bootstrap-datepicker": "^1.7.1",
    "bootstrap-select": "^1.12.4",
    "bootstrap-toggle": "^2.2.2",
    "bootstrap-vertical-tabs": "^1.2.2",
    "chart.js": "^2.7.1",
    "core-js": "^2.5.1",
    "css": "^2.2.1",
    "css-loader": "^0.28.7",
    "event-source-polyfill": "^0.0.11",
    "expose-loader": "^0.7.3",
    "extract-text-webpack-plugin": "^3.0.2",
    "file-loader": "^1.1.5",
    "font-awesome": "^4.7.0",
    "html-loader": "^0.5.1",
    "jquery": "^3.2.1",
    "json-loader": "^0.5.7",
    "ng2-charts": "^1.6.0",
    "ng2-toasty": "^4.0.3",
    "ngx-bootstrap": "^2.0.0-beta.8",
    "node-sass": "^4.6.0",
    "popper.js": "^1.12.6",
    "raw-loader": "^0.5.1",
    "rxjs": "^5.5.2",
    "sass-loader": "^6.0.6",
    "style-loader": "^0.19.0",
    "to-string-loader": "^1.1.5",
    "typescript": "^2.6.1",
    "url-loader": "^0.6.2",
    "web-animations-js": "^2.3.1",
    "webpack": "^3.8.1",
    "webpack-hot-middleware": "^2.20.0",
    "webpack-merge": "^4.1.1",
    "zone.js": "^0.8.18"
  },
  "devDependencies": {
    "@types/chai": "^4.0.4",
    "@types/jasmine": "^2.6.3",
    "chai": "^4.1.2",
    "jasmine-core": "^2.8.0",
    "karma": "^1.7.1",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-cli": "^1.0.1",
    "karma-jasmine": "^1.1.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "karma-webpack": "^2.0.5"
  },
  "scripts": {
    "dev-build": "node node_modules/webpack/bin/webpack.js --config webpack.config.vendor.js",
    "test": "karma start ClientApp/test/karma.conf.js"
  }
}

webpack.config.js

const path = require('path');
const webpack = require('webpack');
const merge = require('webpack-merge');
const AotPlugin = require('@ngtools/webpack').AotPlugin;
const CheckerPlugin = require('awesome-typescript-loader').CheckerPlugin;

module.exports = (env) => {
    // Configuration in common to both client-side and server-side bundles
    const isDevBuild = !(env && env.prod);
    const sharedConfig = {
        stats: { modules: false },
        context: __dirname,
        resolve: { extensions: ['.js', '.ts'] },
        output: {
            filename: '[name].js',
            publicPath: 'dist/' // Webpack dev middleware, if enabled, handles requests for this URL prefix
        },
        module: {
            rules: [
                { test: /\.ts$/, use: isDevBuild ? ['awesome-typescript-loader?silent=true', 'angular2-template-loader'] : '@ngtools/webpack' },
                { test: /\.html$/, use: 'html-loader?minimize=false' },
                { test: /\.css$/, use: ['to-string-loader', isDevBuild ? 'css-loader' : 'css-loader?minimize'] },
                { test: /\.scss$/, use: ['to-string-loader', isDevBuild ? 'css-loader' : 'css-loader?minimize', 'sass-loader'] },
                { test: /\.(png|jpg|jpeg|gif|svg)$/, use: 'url-loader?limit=25000' }
            ]
        },
        plugins: [new CheckerPlugin()]
    };

    // Configuration for client-side bundle suitable for running in browsers
    const clientBundleOutputDir = './wwwroot/dist';
    const clientBundleConfig = merge(sharedConfig, {
        entry: { 'main-client': './ClientApp/boot.browser.ts' },
        output: { path: path.join(__dirname, clientBundleOutputDir) },
        plugins: [
            new webpack.DllReferencePlugin({
                context: __dirname,
                manifest: require('./wwwroot/dist/vendor-manifest.json')
            })
        ].concat(isDevBuild ? [
            // Plugins that apply in development builds only
            new webpack.SourceMapDevToolPlugin({
                filename: '[file].map', // Remove this line if you prefer inline source maps
                moduleFilenameTemplate: path.relative(clientBundleOutputDir, '[resourcePath]') // Point sourcemap entries to the original file locations on disk
            })
        ] : [
                // Plugins that apply in production builds only
                new webpack.optimize.UglifyJsPlugin(),
                new AotPlugin({
                    tsConfigPath: './tsconfig.json',
                    entryModule: path.join(__dirname, 'ClientApp/app/app.module#AppModule')
                })
            ])
    });

    return [clientBundleConfig];
};

webpack.config.vendor.js

const path = require('path');
const webpack = require('webpack');
const ExtractTextPlugin = require('extract-text-webpack-plugin');
const merge = require('webpack-merge');
const treeShakableModules = [
    '@angular/animations',
    '@angular/common',
    '@angular/compiler',
    '@angular/core',
    '@angular/forms',
    '@angular/http',
    '@angular/platform-browser',
    '@angular/platform-browser-dynamic',
    '@angular/router',
    'zone.js',
];
const nonTreeShakableModules = [
    'bootstrap',
    'core-js/client/shim',
    'web-animations-js',
    'event-source-polyfill',
    'jquery',
    '@swimlane/ngx-datatable/release/assets/icons.css',
    'ng2-toasty',
    'ng2-toasty/bundles/style-bootstrap.css',
    'ng2-charts',
    'ngx-bootstrap/modal',
    'ngx-bootstrap/tooltip',
    'ngx-bootstrap/popover',
    'ngx-bootstrap/dropdown',
    'ngx-bootstrap/carousel',
    'bootstrap-vertical-tabs/bootstrap.vertical-tabs.css',
    'bootstrap-toggle/css/bootstrap-toggle.css',
    'bootstrap-toggle/js/bootstrap-toggle.js',
    'bootstrap-select/dist/css/bootstrap-select.css',
    'bootstrap-select/dist/js/bootstrap-select.js',
    'bootstrap-datepicker/dist/css/bootstrap-datepicker3.css',
    'font-awesome/css/font-awesome.css'
];
const allModules = treeShakableModules.concat(nonTreeShakableModules);

module.exports = (env) => {
    const extractCSS = new ExtractTextPlugin('vendor.css');
    const isDevBuild = !(env && env.prod);
    const sharedConfig = {
        stats: { modules: false },
        resolve: { extensions: ['.js'] },
        module: {
            rules: [
                { test: /\.(gif|png|woff|woff2|eot|ttf|svg)(\?|$)/, use: 'url-loader?limit=100000' }
            ]
        },
        output: {
            publicPath: 'dist/',
            filename: '[name].js',
            library: '[name]_[hash]'
        },
        plugins: [
            new webpack.ProvidePlugin({ $: 'jquery', jQuery: 'jquery' }), // Maps these identifiers to the jQuery package (because Bootstrap expects it to be a global variable)
            new webpack.ContextReplacementPlugin(/\@angular\b.*\b(bundles|linker)/, path.join(__dirname, './ClientApp')), // Workaround for https://github.com/angular/angular/issues/11580
            new webpack.ContextReplacementPlugin(/angular(\\|\/)core(\\|\/)@angular/, path.join(__dirname, './ClientApp')), // Workaround for https://github.com/angular/angular/issues/14898
            new webpack.IgnorePlugin(/^vertx$/) // Workaround for https://github.com/stefanpenner/es6-promise/issues/100
        ]
    };

    const clientBundleConfig = merge(sharedConfig, {
        entry: {
            // To keep development builds fast, include all vendor dependencies in the vendor bundle.
            // But for production builds, leave the tree-shakable ones out so the AOT compiler can produce a smaller bundle.
            vendor: isDevBuild ? allModules : nonTreeShakableModules
        },
        output: { path: path.join(__dirname, 'wwwroot', 'dist') },
        module: {
            rules: [
                { test: /\.css(\?|$)/, use: extractCSS.extract({ use: isDevBuild ? 'css-loader' : 'css-loader?minimize' }) }
            ]
        },
        plugins: [
            extractCSS,
            new webpack.DllPlugin({
                path: path.join(__dirname, 'wwwroot', 'dist', '[name]-manifest.json'),
                name: '[name]_[hash]'
            })
        ].concat(isDevBuild ? [] : [
            new webpack.optimize.UglifyJsPlugin()
        ])
    });

    return [clientBundleConfig];
}

angular2-jwt를 사용하고 있습니까?
Sajeetharan


이것이 앵귤러 클리 프로젝트입니까? package.json
Jota.Toledo

1
아니요. .core 2.0 프로젝트이며 각도 5 및 httpclientmodule 업그레이드까지 작동했습니다. 그리고 아래 링크는 위의 답변과 동일하지만 httpclient가 이미 사용 된 생성자에 있기 때문에 도움이되지 않습니다.
Himmet Yelekin

1
그것의 복제본은 다르지 않으며 그 대답은 이미 내 편에
맞으며

답변:


657

이 문제를 해결하려면 HttpClient HTTP를 통해 원격 서버와 통신하는 Angular의 메커니즘 .

HttpClient앱의 모든 곳에서 사용할 수 있도록

  1. 루트를 열고 AppModule,

  2. 을 가져 HttpClientModule에서 @angular/common/http,

    import { HttpClientModule } from '@angular/common/http';

  3. @NgModule.imports배열에 추가하십시오 .

    imports:[HttpClientModule, ]


1
감사! 그 문제에 더 많은 시간을 투자하지 않아도됩니다. 엄지 손가락!
색소폰 연주자

이것은 나를 위해 그것을 고쳤다. 나는 우연히 선언문에 내 것을 넣었다.
catch22

5
하위 모듈을 사용할 때는 작동하지 않습니다.
user3044394

1
하지 하위 모듈에, 다른 곳에서만 app.module에서 가져 오기 및
Vardaan Tyagi에게

1
영업 이익은 ... 대답으로 이것을 받아 들일 두 번째 촬영되지 않았 음을 너무 나쁜
로미오 시에라을

140

모듈에 제공자를 제공하지 않았습니다.

<strike>import { HttpModule } from '@angular/http';</strike>
import { HttpClientModule, HttpClient } from '@angular/common/http';

@NgModule({
  imports: [
    BrowserModule,
    HttpClientModule,
    BrowserAnimationsModule,
    FormsModule,
    AppRoutingModule
  ],
  providers: [ HttpClientModule, ... ]
  // ...
})
export class MyModule { /* ... */ }

테스트에서 HttpClient 사용

"HttpClient의 공급자 없음"오류가 발생하고 HttpClientTestingModule실행될 때 TestBed 구성에 를 추가해야합니다 ng test.

// Http testing module and mocking controller
import { HttpClientTestingModule, HttpTestingController } from '@angular/common/http/testing';

// Other imports
import { TestBed } from '@angular/core/testing';
import { HttpClient, HttpErrorResponse } from '@angular/common/http';

describe('HttpClient testing', () => {
  let httpClient: HttpClient;
  let httpTestingController: HttpTestingController;

  beforeEach(() => {
    TestBed.configureTestingModule({
      imports: [ HttpClientTestingModule ]
    });

    // Inject the http service and test controller for each test
    httpClient = TestBed.get(HttpClient);
    httpTestingController = TestBed.get(HttpTestingController);
  });

  it('works', () => {
  });
});

3
아니오, httpclientmodule을 제공자 목록에 추가해야한다고 문서화되어 있지 않습니다. 그러나 어쨌든, 나는 당신의 대답도 확실하게 시도했지만 공급자 목록에 추가 한 후에도 같은 오류가 계속됩니다.
Himmet Yelekin

17
나는 "HttpClientModule는"이 아닌 공급자의 수입을 추가해야합니다 같아요
무사 하이 다리

30
테스트 에서이 오류 제거하기 위해 추가 imports: [HttpClientTestingModule]해야 했습니다 . TestBed.configureTestingModule
Yaroslav Stavnichiy

@YaroslavStavnichiy 의견은 Jasmine 에서이 문제에 대한 답변이었습니다.
E. Maggini

10
'@ angular / common / http / testing'에서 import {HttpClientTestingModule, HttpTestingController};
NitinSingh

44

HttpClient에 오류가 발생하여 HttpClientModule이 누락되었습니다.

app.module.ts 파일에서 다음과 같이 가져와야합니다.

import { HttpClientModule } from '@angular/common/http';

NgModule Decorator에서 다음과 같이 언급하십시오.

@NgModule({
...
imports:[ HttpClientModule ]
...
})

그래도 작동하지 않으면 브라우저의 쿠키를 지우고 서버를 다시 시작하십시오. 잘만되면 그것이 같은 오류가 발생했습니다.


가져 오기에 HttpClientModule을 추가하면 문제가 해결되었습니다. 값이 사용되지 않았기 때문에 감사합니다. @Vivek kushwaha
vidur punj

27

나는 같은 문제가 있었다. 탐색하고 문제로 고생 한 후 아래 해결책을 찾았습니다.

import { HttpModule } from '@angular/http';
import { HttpClientModule } from '@angular/common/http';

imports: [
  HttpModule,
  HttpClientModule
]

가져 오기 HttpModuleHttpClientModuleapp.module.ts과 위에서 언급 한 같은 수입으로 추가 할 수 있습니다.


6
사용 HttpModule을 (사용되지 않음)과는 HttpClientModule (을 대체 HttpModule을) 아무 의미하지 않는다
themenace

2
예. HttpClientModule을 가져 오십시오.
Nir Lanka

19

아래 변경 사항을 수행하여 비슷한 문제에 직면했습니다.

app.modules.ts에서

import {HttpClientModule} from '@angular/common/http' 

해당 서비스 클래스

import { HttpClient } from '@angular/common/http'

생성자는 아래와 같이 보일 것입니다

constructor(private http: HttpClient, private xyz: xyzService) {}

테스트 파일에서

import { HttpClientTestingModule } from '@angular/common/http/testing'

  beforeEach(() => TestBed.configureTestingModule({
    imports: [HttpClientTestingModule]
  }));

app.module.ts에서 HttpClientModule을 가져 오는 것만으로는 문제를 해결할 수 없지만 어쨌든 내가 놓친 것을 상기시켜줍니다.
Auguste

HttpClientTestingModule을 가져 오면 사양의 문제가 해결되었습니다
Ashokan Sivapragasam

12

나는 같은 문제에 직면했다. 재미있는 것은 동시에 두 개의 프로젝트를 열었고 잘못된 app.modules.ts 파일을 변경했다는 것입니다.

먼저 확인하십시오.

변경 후 app.module.ts 파일에 다음 코드를 추가 하십시오.

import { HttpClientModule } from '@angular/common/http';

그런 다음 app.module.ts 파일 의 imports 배열에 다음을 추가 하십시오.

  imports: [
    HttpClientModule,....
  ],

이제 괜찮을거야!


9

HTTPClient를 사용하는 서비스를 클래스에 주입 한 후이 오류가 발생했습니다. 서비스에서 클래스가 다시 사용되었으므로 순환 종속성이 작성되었습니다. 경고와 함께 앱을 컴파일 할 수는 있지만 브라우저 콘솔에서 오류가 발생했습니다.

"HttpClient의 공급자가 없습니다! (MyService-> HttpClient)"

그리고 앱이 고장났습니다.

이것은 작동합니다 :

import { HttpClient, HttpClientModule, HttpHeaders } from '@angular/common/http';
import { MyClass } from "../classes/my.class";

@Injectable()
export class MyService {
  constructor(
    private http: HttpClient
  ){
    // do something with myClass Instances
  }      
}
.
.
.
export class MenuItem {
  constructor(

  ){}
}

이 앱을 중단

import { HttpClient, HttpClientModule, HttpHeaders } from '@angular/common/http';
import { MyClass } from "../classes/my.class";

@Injectable()
export class MyService {
  constructor(
    private http: HttpClient
  ){
    // do something with myClass Instances
  }      
}
.
.
.
import { MyService } from '../services/my.service';
export class MyClass {
  constructor(
    let injector = ReflectiveInjector.resolveAndCreate([MyService]);
    this.myService = injector.get(MyService);
  ){}
}

MyClass에 MyService를 주입 한 후 순환 종속성 경고가 나타납니다. CLI는 어쨌든이 경고로 컴파일되었지만 더 이상 앱이 작동하지 않아 브라우저 콘솔에 오류가 발생했습니다. 따라서 제 경우에는 @NgModule과 관련이 없지만 순환 종속성으로 수행해야했습니다. 문제가 여전히 존재하는 경우 대소 문자 구분 이름 지정 경고를 해결하는 것이 좋습니다.


7

나는 같은 문제에 직면했다. 그런 다음 app.module.ts 에서 파일을 이런 식으로 업데이트했다.

import { HttpModule } from '@angular/http';
import { HttpClientModule } from '@angular/common/http';

그리고 @NgModule imports [] array 에있는 같은 파일 (app.module.ts) 에 이런 식으로 썼습니다.

HttpModule,
HttpClientModule

6

더 슬림 한 문제를 발견했습니다. 다음과 같이 app.module.ts 파일에서 HttpClientModule을 가져 오십시오.

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';

import { AppComponent } from './app.component';
import { HttpClientModule } from '@angular/common/http';

@NgModule({
  declarations: [
    AppComponent
],

imports: [
    BrowserModule,
    HttpClientModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }


4

app.module.ts에서 가져 오기 및 공급자를 모두 추가 HttpModule하고 추가 HttpClientModule하여 문제를 해결했습니다. 수입 ->import {HttpModule} from "@angular/http"; import {HttpClientModule} from "@angular/common/http";


나는 같은 문제가 있습니다. 나는 App_modules를 보았고 경로 @angular에 http 디렉토리가 없습니다-> 공통 "npm update"를 실행합니다. 나는 Windows 8.i, nodejs versión 9.7.1로 작업하고 있습니다. Valerio de Sanctis 도서를 읽고 있습니다. 어떻게 할 수 있습니까? 감사합니다
Diego

관리자 모드로 'npm i'를 실행하십시오.
sumit mehra

3

HttpModuleand를 가져 오기만하면 HttpClientModule됩니다.

import { HttpModule } from '@angular/http';
import { HttpClientModule } from '@angular/common/http';

필요 없습니다 HttpClient.


3

나는 비슷한 문제가 있었다. 나를 위해 수정은 HttpClient 모듈 전에 HttpModule을 가져 오는 것이 었습니다.

import { HttpModule } from '@angular/http';
import { HttpClientModule } from '@angular/common/http';
.
.
.
imports: [
  BrowserModule,
  HttpModule,
  HttpClientModule
],

1

내 경우에는 npm 패키지에있는 각도 모듈에서 서비스를 사용할 때 오류가 발생했습니다 HttpClient. npm 패키지를 설치할 때 npm의 버전 충돌 처리 ( 서비스가 포함 된 모듈) node_modules로 인해 패키지 디렉토리 내에 중복 디렉토리가 작성되었습니다 .engi-sdk-client

여기에 이미지 설명을 입력하십시오

서비스 HttpClientHttpClientModule삽입 된 위치 (중복 node_modules디렉토리에 있음)와 app.module(올바른 node_modules) 에 삽입 된 위치가 일치하지 않기 때문에에 대한 종속성 이 올바르게 해결 되지 않습니다.

node_modules잘못된 npm install호출 로 인해 중복 디렉토리를 포함하는 다른 설정 에서도이 오류가 발생했습니다 .

이 결함있는 설정은 설명 된 런타임 예외로 이어집니다 No provider for HttpClient!.

TL; DR; node_modules다른 솔루션이 작동하지 않으면 중복 디렉토리를 확인하십시오 !


0

제 경우에는 앱이 다시 빌드되면 작동한다는 것을 알았습니다.

HttpClientModule이전 게시물에 지정된대로를 가져 왔지만 여전히 오류가 발생했습니다. 서버를 중지하고 앱 ( ng serve)을 다시 빌드하면 작동합니다.

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.