Our mission is to empower the local economy by providing localized rental and hotel booking solution alternative to airbnb and booking.
ng build --prod --states-json
npm run analyze
-
create module and setup the angular architecutre
ng g module [entity, feature, pla pla] [featureName] --routing
-
setup the store for the new feature
ng g @ngrx/schematics:[entity, feature, pla pla] [featureName] --group
ng g @ngrx/schematics:effect [featureName] --group
-
add store to the module using feature module import