An open API service indexing awesome lists of open source software.

https://github.com/softkitit/angular-base-learning


https://github.com/softkitit/angular-base-learning

Last synced: 11 months ago
JSON representation

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.