1
angular2 및 ng2-bootstrap을 사용하고 있습니다.오류 받기 "TypeError : 정의되지 않음을 관찰 할 수 없습니다"
<input [(ngModel)]="selectedAsset"
[typeahead]="assets"
(typeaheadOnSelect)="typeaheadOnSelect($event)"
class="form-control">
을 최대한 빨리이 오류 얻을 입력 상자에 입력 : : 나는 결국 문제가 발견 검색 및 독서를 많이 한
typeahead.directive.js:189 TypeError: undefined is not observable
정의되지 않은 모델을 지시문에 전달하는 것처럼 보입니다. 컨트롤러에서 모델을 정의한 다음 전달하십시오. Btw, 이것은 단지 추측입니다. –
또한 오류가 발생했습니다 : 오류 : XHR 오류 (404 찾을 수 없음)로드 중 http : // localhost : 3000/node_modules/moment 해결책을 찾은 곳 : https://github.com/mgechev/angular- seed/issues/442 –