Skip to content

mhmo91/dahabguide

Folders and files

NameName
Last commit message
Last commit date
Jan 26, 2020
Oct 9, 2019
Mar 2, 2020
Sep 9, 2019
Sep 28, 2019
Sep 26, 2019
Mar 2, 2020
Sep 26, 2019
Oct 17, 2019
Oct 17, 2019
Jan 26, 2020
Mar 2, 2020
Sep 9, 2019
Jan 29, 2020
Sep 30, 2019
Sep 26, 2019
Sep 20, 2019
Feb 11, 2022
Feb 11, 2022
Mar 2, 2020
Jan 24, 2020
Sep 9, 2019
Mar 2, 2020
Sep 9, 2019
Oct 14, 2019

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