]> gitweb.hhaalo.de Git - speisekarten-editor.git/commit
initial commit
authorBastian Dehn <hhaalo@arcor.de>
Mon, 6 Jun 2022 08:31:06 +0000 (10:31 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Mon, 6 Jun 2022 08:31:06 +0000 (10:31 +0200)
commit26d653f97266f2f4b2b5fdb17acaa4be82999e81
tree40a41cd567582f9cac96df2ec7abdcded7bbf682
initial commit
28 files changed:
.browserslistrc [new file with mode: 0644]
.editorconfig [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.vscode/extensions.json [new file with mode: 0644]
.vscode/launch.json [new file with mode: 0644]
.vscode/tasks.json [new file with mode: 0644]
README.md [new file with mode: 0644]
angular.json [new file with mode: 0644]
karma.conf.js [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
src/app/app.component.css [new file with mode: 0644]
src/app/app.component.html [new file with mode: 0644]
src/app/app.component.spec.ts [new file with mode: 0644]
src/app/app.component.ts [new file with mode: 0644]
src/app/app.module.ts [new file with mode: 0644]
src/assets/.gitkeep [new file with mode: 0644]
src/environments/environment.prod.ts [new file with mode: 0644]
src/environments/environment.ts [new file with mode: 0644]
src/favicon.ico [new file with mode: 0644]
src/index.html [new file with mode: 0644]
src/main.ts [new file with mode: 0644]
src/polyfills.ts [new file with mode: 0644]
src/styles.css [new file with mode: 0644]
src/test.ts [new file with mode: 0644]
tsconfig.app.json [new file with mode: 0644]
tsconfig.json [new file with mode: 0644]
tsconfig.spec.json [new file with mode: 0644]