Skip to content

mhmo91/dahabguide

Repository files navigation

Mission

Our mission is to empower the local economy by providing localized rental and hotel booking solution alternative to airbnb and booking. quote image

Watch the video

Technical instructions

Analyze bundles size with webpack

ng build --prod --states-json
npm run analyze

new feature flow

  1. create module and setup the angular architecutre ng g module [entity, feature, pla pla] [featureName] --routing

  2. setup the store for the new feature ng g @ngrx/schematics:[entity, feature, pla pla] [featureName] --group ng g @ngrx/schematics:effect [featureName] --group

  3. add store to the module using feature module import