Akash Lama

Results 2 comments of Akash Lama

@danielroe I have my module in "module/home.ts" and I namespaced according to your suggestion and my namespace looks like:- `@Module({ namespaced: true, stateFactory: true, name: 'modules/home' })` But now I...