As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Here's the list of imports that handle data retrieval and binding in the Kinvey studio generated application. There's no documentation for any of them that i could find. There's not even descriptive comments in the code. After awhile is just gave up and went to the straight SDK. At least that has documentation.
import { UtilsService } from '@src/app/core/services/utils.service';
import { DataServiceFactory } from '@src/app/core/data/helpers/data-service.factory';
import { CollectionDataService } from '@src/app/core/data/collection-data.service';
import { EntityDataService } from '@src/app/core/data/entity-data.service';
import { DataServiceConfig } from '@src/app/core/data/interfaces/data-service-config.interface';
import { combineObservables, getDataObservable, InitDataServiceOptions } from '@src/app/core/data/helpers/data-service-utils';
Hello Kiril,
I am sorry to hear about your experience with Kinvey Studio and would like to thank you for taking the time to share your feedback on how to improve it.
We agree that the documentation about the generated code is not sufficient and we are looking for ways to improve it. You have already mentioned one of the options that we consider - the addition of more (and descriptive) comments to the code. I cannot give you a precise time frame when such improvement will be released, but we will strive to work on that with every upcoming releases.
Regards,
Garo
Kiril Okun