monkeycat
monkeycat
Why not add two-way binding for translation params ?
I have the same issue Seems like the initialisation is async. weird.
Simple implementation of my thinks ``` @Injectable({ providedIn: 'root' }) @JsonApiDatastoreConfig(config) export class DataStoreService extends JsonApiDatastore { private subjects = new Map(); constructor(http: HttpClient) { super(http); } private createStoreForTypeIfNotExist(modelType: ModelType)...
@HennerM for example, I have a DataStoreService witch provided in root. And after logout from my application i want to reinitialize datastore for next login user
I have same question, how i can delete model instances from store without make request ?
I created simple implementation in this [pull request](https://github.com/ghidoz/angular2-jsonapi/pull/226)
I think it means that there is no documentation at all in the source code (tsdoc, jsdoc). it's horrible
Seems like the problem was in the init function. ``` (async() => { const module = await import('mixpanel-browser'); const mixpanel = module.init(TOKEN, {debug: true}, 'test');
I have same issue how to resolve ?
@timkolotov no, because i use angular-cli and webpack config has encapsulated so deep.