我正在开发一个带有storybook的angular库(版本9.1.11),我想在其中添加全局样式。我知道对于ng-packagr版本9.x和更高版本,可以将资源复制到库包中,作为构建过程的一部分,以全局添加样式。"ng-packagr:" "~9.1.5"已经在我的package.json中的devDependencies中,所以我没有重新安装它。我运行npm run build将global.scss文件复制到dist文件夹中。 在此之后,我的
我安装了一个新的windows,并且第一次尝试运行ng-packagr。我得到了一个错误: at Function.Module<anonymous> (C:\Users\MyUser\AppData\Roaming\npm\node_modules\ng-packagr\lib\ts\tsconfig.js:3:12)_load (
问题类型:缺陷/问题我正在使用ng-packagr将我的库编译成js。Unexpected value 'BsDropdownModule in /home/sf/Desktop/Developerka/kompilacja/final/sample-repo/node_modules/angular-library-name如何复制:
下载回购:,输入npm install ng build --prod
我想要的:// Import library functions for theme creation.@import '~@angular/material/theming';
// Include non-theme styles for core./node_modules/ng-packagr
我有一个Angular 9应用程序,我开始将一些组件移动到一个专用库项目中,该项目使用二级入口点(试图模仿Angular材质的方法)。Also consider checking with the library's authors to see if the library is expected to be compatible我试着用一个全新的超级简单的mono-repo项目重新创建它,但在这种简单的情况下,它工作得很好。我比较了我的应用程序和简单工作的应用程序之间的ts