Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angular/27.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Twitter bootstrap 是否在web包启动程序中包含引导?_Twitter Bootstrap_Angular_Webpack_Angular2 Template_Webpack Style Loader - Fatal编程技术网

Twitter bootstrap 是否在web包启动程序中包含引导?

Twitter bootstrap 是否在web包启动程序中包含引导?,twitter-bootstrap,angular,webpack,angular2-template,webpack-style-loader,Twitter Bootstrap,Angular,Webpack,Angular2 Template,Webpack Style Loader,我对安格拉尔很陌生。在angular2 webpack starter()中,我发现了很多问题,包括bootstrap3,但支持较少 我想按照以下链接步骤将引导程序包括在一个OVE starter应用程序中 () 而且,在所有搜索中,没有vendor.ts文件使用vendor.ts 我无法做到这一点,我得到了这么多的错误 1) 破坏性更改:在使用加载器时,不再允许省略“-loader”后缀。 您需要指定“样式加载器”而不是“样式”。 2) 获取依赖项的请求是一个表达式警告 请任何人可以解释我做的

我对安格拉尔很陌生。在angular2 webpack starter()中,我发现了很多问题,包括bootstrap3,但支持较少

我想按照以下链接步骤将引导程序包括在一个OVE starter应用程序中 ()

而且,在所有搜索中,没有vendor.ts文件使用vendor.ts

我无法做到这一点,我得到了这么多的错误

1) 破坏性更改:在使用加载器时,不再允许省略“-loader”后缀。 您需要指定“样式加载器”而不是“样式”。

2) 获取依赖项的
请求是一个表达式
警告

请任何人可以解释我做的所有步骤,目前的网页包状态


谢谢你

即使我也有类似的问题