[私人小抄] Angular 卡住筆記

初學者在寫Angular時 卡關記錄 

 一直沒有bootstrap樣式
angular.json 
因為 我放到 test 那層去了 請放到 architect > build > options > styles 才是正確路徑
​要重開ng serve 才會吃到 新的 styles
補充 要改port 放在 architect  > serve > options > "port": 4500

 *ngIf 不能用 
Can't bind to 'ngIf ' since it isn't a known property
檢查 是否載入 BrowserModule  , import { BrowserModule } from "@angular/platform-browser";

 ngModel 不能用 
Can't bind to 'ngModel' since it isn't a known property
檢查 是否載入 FormsModule , import { FormsModule } from "@angular/forms";

 

如果內容有誤請多鞭策謝謝