Ne ho appena creato uno nuovo di zecca angular-cliprogetto
ed eseguito npm install bootstrap@4.0.0-beta jquery popper.js --save
e modificato le parti correlate di .angular-cli.json come di seguito
"styles": [
"../node_modules/bootstrap/dist/css/bootstrap.css"
],
"scripts": [
"../node_modules/jquery/dist/jquery.js",
"../node_modules/popper.js/dist/popper.js",
"../node_modules/bootstrap/dist/js/bootstrap.js"
],
tuttavia ricevendo l'errore di seguito
10:2287 Uncaught SyntaxError: Unexpected token export
at eval (<anonymous>)
at webpackJsonp.../../../../script-loader/addScript.js.module.exports (addScript.js:9)
at Object.../../../../script-loader/index.js!../../../../popper.js/dist/popper.js (popper.js?4b43:1)
at __webpack_require__ (bootstrap 4403042439558687cdd6:54)
at Object.2 (scripts.bundle.js:66)
at __webpack_require__ (bootstrap 4403042439558687cdd6:54)
at webpackJsonpCallback (bootstrap 4403042439558687cdd6:25)
at scripts.bundle.js:1
hai qualche idea su come aggiustarlo?
@angular/cli: 1.3.0 node: 6.11.2 npm: 5.3.0
hai cambiato le parti in .angular-cli.json se non l'hai fatto non vedrai l'errore nella console.