Skip to content

Commit 08320e4

Browse files
committed
feat(portfolio): booking app page
1 parent 9276f65 commit 08320e4

34 files changed

Lines changed: 782 additions & 0 deletions

angular.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,55 @@
732732
"common-docs"
733733
]
734734
},
735+
"route-pages-booking-page": {
736+
"projectType": "library",
737+
"root": "libs/route-pages/booking-page",
738+
"sourceRoot": "libs/route-pages/booking-page/src",
739+
"prefix": "valor-software-site-base",
740+
"architect": {
741+
"build": {
742+
"builder": "@nrwl/angular:ng-packagr-lite",
743+
"outputs": [
744+
"dist/libs/route-pages/booking-page"
745+
],
746+
"options": {
747+
"project": "libs/route-pages/booking-page/ng-package.json"
748+
},
749+
"configurations": {
750+
"production": {
751+
"tsConfig": "libs/route-pages/booking-page/tsconfig.lib.prod.json"
752+
},
753+
"development": {
754+
"tsConfig": "libs/route-pages/booking-page/tsconfig.lib.json"
755+
}
756+
},
757+
"defaultConfiguration": "production"
758+
},
759+
"test": {
760+
"builder": "@nrwl/jest:jest",
761+
"outputs": [
762+
"coverage/libs/route-pages/booking-page"
763+
],
764+
"options": {
765+
"jestConfig": "libs/route-pages/booking-page/jest.config.ts",
766+
"passWithNoTests": true
767+
}
768+
},
769+
"lint": {
770+
"builder": "@nrwl/linter:eslint",
771+
"options": {
772+
"lintFilePatterns": [
773+
"libs/route-pages/booking-page/src/**/*.ts",
774+
"libs/route-pages/booking-page/src/**/*.html"
775+
]
776+
}
777+
}
778+
},
779+
"tags": [],
780+
"implicitDependencies": [
781+
"common-docs"
782+
]
783+
},
735784
"valor-software-site": {
736785
"projectType": "application",
737786
"root": "apps/valor-software-site",
2.56 MB
Loading
26.2 KB
Loading
23 KB
Loading
2.19 MB
Loading
1.28 MB
Loading
1.64 MB
Loading
589 KB
Loading
1.1 MB
Loading
1.28 KB
Loading

0 commit comments

Comments
 (0)