All Downloads are FREE. Search and download functionalities are using the official Maven repository.

typescript-fetch.ApiEntitiesSelectors.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
export let getApiEntitiesState: (state: any) => any = (state: any) => state.app.apiEntities;

export function setApiEntitiesStateGetter(getter: (state: any) => any) { // Use this to customize the location where you have placed your ApiEntitiesRecord in your project.
    getApiEntitiesState = getter;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy