开发者问题收集
假设我的 HTML 带有 AngularJS 模块/控制器,如下所示:angular.module("myModule", []).controller("myController", ['$scope', '$compile', function ($scope, $compile) {$scope.txt = "<b>SampleTxt</b>";$scope.submit = functio
我有一个包含多个项目(库)的 angular 11 工作区。最近我向库中添加了一个新组件,编译一切正常。在我的 public-api.ts 文件中公开新组件后,我在编译库时(使用 ng build my-lib 命令)收到此一行无意义的错误:ERROR: Cannot read property 'then' of undefined有人遇到过这个问题吗?请帮忙!public-api.ts 最新更