我从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;
关于我应该在哪里解决这个问题的任何想法?