https://github.com/softkitit/angular-base-learning
https://github.com/softkitit/angular-base-learning
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/softkitit/angular-base-learning
- Owner: softkitit
- License: mit
- Created: 2021-05-31T08:53:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T21:02:43.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T14:40:21.212Z (almost 2 years ago)
- Language: TypeScript
- Size: 2.78 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Angular Base Learning Repo - Highly Scalable
========================================
Tree Structure
--------------
This tree represents the directories this repository proposes be added to a
default Angular application.
```
.
├── media
└── src
├── app
│ ├── core
│ ├── data
│ ├── layout
│ ├── module
│ └── shared
└── styles
```
Documentation
-------------
[Read The Documentation](https://angular-folder-structure.readthedocs.io/en/latest/#)
for details on each part of the directory structure.