にコンソールにpopper.jsのエラーを解決するためにどのように私は、インストールされた角度NG-選択し、誰の助けがこのエラーを解決することができますAngular2
Uncaught ReferenceError: Popper is not defined
at scripts.bundle.js:12
として、私はエラーを取得していますアプリの実行中。
anuglar-cli.json:
"apps": [
{
"root": "src",
"outDir": "dist",
"assets": [
"assets",
"favicon.ico"
],
"index": "index.html",
"main": "main.ts",
"polyfills": "polyfills.ts",
"test": "test.ts",
"tsconfig": "tsconfig.app.json",
"testTsconfig": "tsconfig.spec.json",
"prefix": "app",
"styles": [
"styles.css",
"../node_modules/bootstrap/dist/css/bootstrap.min.css"
],
"scripts": [
"../node_modules/jquery/dist/jquery.min.js",
"../node_modules/bootstrap/dist/js/bootstrap.min.js"
],
cliを使用している場合はサードパーティの依存関係としてpopper jsを追加するとサードパーティ製のjsを追加するのが簡単になります –
@RahulSingh:これはそうですか? "scripts":[ "../node_modules/jquery/dist/jquery.min.js"、 "../node_modules/popper.js/dist/umd/popper.min.js"、 "../"これを追加した後、Uncaughtとして余分なエラーが出るSyntaxError:予期しないトークンのエクスポート scripts.bundle.js:sourcemap:12キャッチされていないReferenceError:ポッパーが定義されていない at scripts.bundle.js:sourcemap:12 – Bhrungarajni
リンクが開かない – Bhrungarajni