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
Angular 角度2 AoT上卷力矩_Angular_Momentjs_Angular2 Aot_Rollupjs - Fatal编程技术网

Angular 角度2 AoT上卷力矩

Angular 角度2 AoT上卷力矩,angular,momentjs,angular2-aot,rollupjs,Angular,Momentjs,Angular2 Aot,Rollupjs,有人知道如何使用AoT和rollup应用矩.js语言环境吗? 在systemjs.config.js中定义的矩-with-locales.js不适用于: //在systemjs.config.js中。 'moment':'npm:moment/min/moment with locales.js', //在组件中: 从“力矩”中导入力矩; this.moment.locale('de'); 设formattedDate=this.moment(value).format('L')

有人知道如何使用AoT和rollup应用矩.js语言环境吗? 在systemjs.config.js中定义的矩-with-locales.js不适用于:

//在systemjs.config.js中。
'moment':'npm:moment/min/moment with locales.js',
//在组件中:
从“力矩”中导入力矩;
this.moment.locale('de');
设formattedDate=this.moment(value).format('L')