我正在爲角度自動補全組件添加驗證錯誤消息。我遵循我在How to add validation attributes to md-autocomplete angular material directive中找到的示例,但我不想使用浮動標籤。我怎樣才能做到這一點?這裏是我的HTML: <md-autocomplete md-input-id="person"
md-input
我使用VS2017 angular2模板創建了一個項目。我正嘗試在我的angular2應用中使用角度/材質。有錯誤 this._control.stateChanges.pipe is not a function at MatFormField.ngAfterContentInit (form-field.es5.js:327) 似乎缺少Observable的管道功能。這是我的配置問題還是rxj