feat: Generated an empty Angular 15.x App
authorKai Moritz <kai@juplo.de>
Tue, 20 Dec 2022 17:17:49 +0000 (18:17 +0100)
committerKai Moritz <kai@juplo.de>
Sun, 25 Dec 2022 01:06:07 +0000 (02:06 +0100)
commit4ad7b00938c3219f42a1017553a36d5f516b45cb
tree23da4c77b82846e85643545846b3a5b08e7a3324
feat: Generated an empty Angular 15.x App
23 files changed:
.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]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
src/app/app-routing.module.ts [new file with mode: 0644]
src/app/app.component.html [new file with mode: 0644]
src/app/app.component.less [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/favicon.ico [new file with mode: 0644]
src/index.html [new file with mode: 0644]
src/main.ts [new file with mode: 0644]
src/styles.less [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]