我正在从 Angular 2 rc4 升级到 Angular 2 版本,作为其中的一部分,我已将 ng2-bootstrap 升级到最新版本。然而,在许多 ng2-bootstrap 的 .d.ts 文件中,它似乎在与“只读”类型作斗争。运行 angular2-seed 的构建过程时,我得到例如:
Starting 'build.js.dev'...
.../node_modules/ng2-bootstrap/components/buttons/button-checkbox.directive.d.ts(14,22): error TS1005: '=' expected
其中第 14 行是:
private readonly trueValue;
关于我应该在哪里解决这个问题的任何想法?