可以用 樣板參考變數 + @ViewChildren 來達到你要的效果 https://angular.io/api/core/ViewChildren HTM...
問題出在 <input type="number" ...>minLength 是判斷字串長度,也就是 "123&qu...
可以注意這一行 (<AdComponent>componentRef.instance).data = adItem.data; 代表你其實不需要...
這是 ES2015 的新語法 (ES2015還算新嗎...?) 名為: Property Shorthand http://es6-features.org/#...
應該是你沒有設定好SMTP 請打開php.ini然後找到[mail function]下面的 SMTP = localhost smtp_port = 25 把...