Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4836

Accessing stores inside service?

$
0
0

@Prakash_Chokalingam wrote:

First of all am new to ember ...

I am creating an ember service like the below and wanna use ember data for some functionalities is it possible ?

  import Ember from 'ember';
  export default Ember.Service.extend({
  init() {
    this._super(...arguments);
     this.get('store')
    console.log(this.get('store')); //undefined
  }
});

How can i access stores inside service ?

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4836

Trending Articles