Skip to content

Commit ec83609

Browse files
authored
feat(portfolio): new tablesready page
feat(portfolio): new tablesready page
2 parents 07ab378 + b8e7d9d commit ec83609

51 files changed

Lines changed: 633 additions & 30 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

angular.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,55 @@
586586
"common-docs"
587587
]
588588
},
589+
"route-pages-tablesready-page": {
590+
"projectType": "library",
591+
"root": "libs/route-pages/tablesready-page",
592+
"sourceRoot": "libs/route-pages/tablesready-page/src",
593+
"prefix": "valor-software-site-base",
594+
"targets": {
595+
"build": {
596+
"executor": "@nrwl/angular:ng-packagr-lite",
597+
"outputs": [
598+
"dist/libs/route-pages/tablesready-page"
599+
],
600+
"options": {
601+
"project": "libs/route-pages/tablesready-page/ng-package.json"
602+
},
603+
"configurations": {
604+
"production": {
605+
"tsConfig": "libs/route-pages/tablesready-page/tsconfig.lib.prod.json"
606+
},
607+
"development": {
608+
"tsConfig": "libs/route-pages/tablesready-page/tsconfig.lib.json"
609+
}
610+
},
611+
"defaultConfiguration": "production"
612+
},
613+
"test": {
614+
"executor": "@nrwl/jest:jest",
615+
"outputs": [
616+
"coverage/libs/route-pages/tablesready-page"
617+
],
618+
"options": {
619+
"jestConfig": "libs/route-pages/tablesready-page/jest.config.js",
620+
"passWithNoTests": true
621+
}
622+
},
623+
"lint": {
624+
"executor": "@nrwl/linter:eslint",
625+
"options": {
626+
"lintFilePatterns": [
627+
"libs/route-pages/tablesready-page/src/**/*.ts",
628+
"libs/route-pages/tablesready-page/src/**/*.html"
629+
]
630+
}
631+
}
632+
},
633+
"tags": [],
634+
"implicitDependencies": [
635+
"common-docs"
636+
]
637+
},
589638
"valor-software-site": {
590639
"projectType": "application",
591640
"root": "apps/valor-software-site",
25.1 KB
Loading
15.7 KB
Loading
299 KB
Loading
498 KB
Loading
171 KB
Loading
332 KB
Loading
329 KB
Loading
529 KB
Loading
-110 KB
Binary file not shown.

0 commit comments

Comments
 (0)