]> juplo.de Git - demos/kafka/chat/commit
feat: Generated an empty Angular 20.3.1 App
authorKai Moritz <kai@juplo.de>
Tue, 20 Dec 2022 17:17:49 +0000 (18:17 +0100)
committerKai Moritz <kai@juplo.de>
Wed, 17 Sep 2025 17:10:41 +0000 (19:10 +0200)
commit6b384d844e58933ca63b6805fdfd48065c517b1e
tree5f59058142fef18ba761d4c27b533c4de95f82c5
feat: Generated an empty Angular 20.3.1 App

* Command used: `ng new chatroom-frontend`
22 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]
public/favicon.ico [new file with mode: 0644]
src/app/app.config.ts [new file with mode: 0644]
src/app/app.html [new file with mode: 0644]
src/app/app.less [new file with mode: 0644]
src/app/app.routes.ts [new file with mode: 0644]
src/app/app.spec.ts [new file with mode: 0644]
src/app/app.ts [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]