Skip to content

Implement Data table With service data  #21

@vkshabeen

Description

@vkshabeen

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();})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions