Added initial Angular project structure including configuration files (.dockerignore, .editorconfig, .gitignore, angular.json, tsconfig), VS Code workspace settings, and application source files. This sets up the base for development, build, and testing workflows.
5 lines
37 B
Plaintext
5 lines
37 B
Plaintext
node_modules
|
|
dist
|
|
.git
|
|
.gitignore
|