我在我的 Angular 项目中使用 ng-lightning,在运行 AOT 时,对于 ng-lightning 中的一个模块,我收到以下错误
aot\node_modules\ng-lightning\popovers\popover.ngfactory.js (10:0)
A module cannot import itself
..
import * as i3 from './popover.ngfactory';
知道如何克服这样的错误吗?