Can't bind to 'dataSource' since it isn't a known property of 'table'

前端 未结 10 2114
南方客
南方客 2020-12-03 00:32

I am new in angular 5 development. I am trying to develop a data table with angular material using the example provided here: \"https://material.angular.io/components/table/

10条回答
  •  一整个雨季
    2020-12-03 00:48

    I was also breaking my head for a long time with this error message and later I identified that I was using [datasource] instead of [dataSource].

提交回复
热议问题