You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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();})
The text was updated successfully, but these errors were encountered:
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();})
The text was updated successfully, but these errors were encountered: