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": "angular-formulario-hr", | |||
"version": "0.0.0", | |||
"scripts": { | |||
"ng": "ng", | |||
"start": "ng serve", | |||
"build": "ng build", | |||
"watch": "ng build --watch --configuration development", | |||
"test": "ng test" | |||
}, | |||
"private": true, | |||
"dependencies": { | |||
"@angular/animations": "^18.2.0", | |||
"@angular/common": "^18.2.0", | |||
"@angular/compiler": "^18.2.0", | |||
"@angular/core": "^18.2.0", | |||
"@angular/forms": "^18.2.0", | |||
"@angular/platform-browser": "^18.2.0", | |||
"@angular/platform-browser-dynamic": "^18.2.0", | |||
"@angular/router": "^18.2.0", | |||
"rxjs": "~7.8.0", | |||
"tslib": "^2.3.0", | |||
"zone.js": "~0.14.10" | |||
}, | |||
"devDependencies": { | |||
"@angular-devkit/build-angular": "^18.2.1", | |||
"@angular/cli": "^18.2.1", | |||
"@angular/compiler-cli": "^18.2.0", | |||
"@types/jasmine": "~5.1.0", | |||
"jasmine-core": "~5.2.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.5.2" | |||
} | |||
} |
public/favicon.ico
0 → 100644
File added
src/app/app.component.css
0 → 100644
src/app/app.component.html
0 → 100644
src/app/app.component.spec.ts
0 → 100644
src/app/app.component.ts
0 → 100644
src/app/app.config.ts
0 → 100644
src/app/app.routes.ts
0 → 100644
src/index.html
0 → 100644
src/main.ts
0 → 100644
src/styles.css
0 → 100644
tsconfig.app.json
0 → 100644
tsconfig.json
0 → 100644
tsconfig.spec.json
0 → 100644
Please
register
or
sign in
to comment