angular-5-data-table icon indicating copy to clipboard operation
angular-5-data-table copied to clipboard

Implement Data table With service data

Open vkshabeen opened this issue 7 years ago • 0 comments

I cant implement data table with service data , please show me one example . in data-table-demo3.ts import { films } from './data-table-demo3-data'; is used to getting data instead of this i want to get data from a service Example this._productListService.getProductList().subscribe((productListData)=>{this.filmResource.query(params).then(films => this.films = productListData );this.spinnerService.hide();})

vkshabeen avatar Apr 24 '18 10:04 vkshabeen