の配列であることが予想「スタイルは」私はそれを実行したときしかし、私は通常、このエラーにエラー:文字列
角度CLIのスタイルを取得し、完全にシンプルな角度CLIプロジェクト 作業をフォーク:
"styles": [
"../node_modules/bootstrap/dist/css/bootstrap.min.css",
"./styles.css"
],
問題は何ができるかわかりません、と私はここ
感謝を届ける必要のある情報の種類!あなたのコンポーネントで
Uncaught Error: Expected 'styles' to be an array of strings. at assertArrayOfStrings (compiler.es5.js:3920) at CompileMetadataResolver.webpackJsonp.../../../compiler/@angular/compiler.es5.js.CompileMetadataResolver.getNonNormalizedDirectiveMetadata (compiler.es5.js:15170) at CompileMetadataResolver.webpackJsonp.../../../compiler/@angular/compiler.es5.js.CompileMetadataResolver.loadDirectiveMetadata (compiler.es5.js:15092) at compiler.es5.js:26802 at Array.forEach() at compiler.es5.js:26801 at Array.forEach() at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._loadModules (compiler.es5.js:26798) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileModuleAndComponents (compiler.es5.js:26768) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler.compileModuleAsync (compiler.es5.js:26697)
あなたは 'styleUrls'の代わりに、' styles'を使用してみましたか? – QoP
はい、変更はありません(また非常に驚く)ありがとう! –