i see a typo in your html: [colums]="columns". It should be [columns]="columns". You're missing n. Plunker Example (I also tried it on local ...
確定! 回上一頁