Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Data table With service data #21

Open
vkshabeen opened this issue Apr 24, 2018 · 0 comments
Open

Implement Data table With service data #21

vkshabeen opened this issue Apr 24, 2018 · 0 comments

Comments

@vkshabeen
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant