initial commit
parents
Showing
.editorconfig
0 → 100644
.gitignore
0 → 100644
.vscode/extensions.json
0 → 100644
.vscode/launch.json
0 → 100644
.vscode/tasks.json
0 → 100644
README.md
0 → 100644
angular.json
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | ||
"name": "dynamic-myhr", | ||
"version": "0.0.0", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build", | ||
"watch": "ng build --watch --configuration development", | ||
"test": "ng test", | ||
"serve:ssr:dynamic-myhr": "node dist/dynamic-myhr/server/server.mjs" | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
"@angular/animations": "^18.0.0", | ||
"@angular/common": "^18.0.0", | ||
"@angular/compiler": "^18.0.0", | ||
"@angular/core": "^18.0.0", | ||
"@angular/forms": "^18.0.0", | ||
"@angular/platform-browser": "^18.0.0", | ||
"@angular/platform-browser-dynamic": "^18.0.0", | ||
"@angular/platform-server": "^18.0.0", | ||
"@angular/router": "^18.0.0", | ||
"@angular/ssr": "^18.0.2", | ||
"express": "^4.18.2", | ||
"rxjs": "~7.8.0", | ||
"tslib": "^2.3.0", | ||
"zone.js": "~0.14.3" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^18.0.2", | ||
"@angular/cli": "^18.0.2", | ||
"@angular/compiler-cli": "^18.0.0", | ||
"jasmine-core": "~5.1.0", | ||
"karma": "~6.4.0", | ||
"karma-chrome-launcher": "~3.2.0", | ||
"karma-coverage": "~2.2.0", | ||
"karma-jasmine": "~5.1.0", | ||
"karma-jasmine-html-reporter": "~2.1.0", | ||
"typescript": "~5.4.2", | ||
"@types/express": "^4.17.17", | ||
"@types/jasmine": "~5.1.0", | ||
"@types/node": "^18.18.0" | ||
} | ||
} | ||
\ No newline at end of file |
public/favicon.ico
0 → 100644
File added
server.ts
0 → 100644
src/app/app.component.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/app.component.scss
0 → 100644
src/app/app.component.spec.ts
0 → 100644
src/app/app.component.ts
0 → 100644
src/app/app.config.server.ts
0 → 100644
src/app/app.config.ts
0 → 100644
src/app/app.routes.ts
0 → 100644
src/index.html
0 → 100644
src/main.server.ts
0 → 100644
src/main.ts
0 → 100644
src/styles.scss
0 → 100644
tsconfig.app.json
0 → 100644
tsconfig.json
0 → 100644
tsconfig.spec.json
0 → 100644
Please
register
or
sign in
to comment