Git Product home page Git Product logo

angular-project-structure's Introduction

Angular10 Folder Structure

This project was generated with Angular CLI version 10.0.2.

Folder Structure

Folder structure for angular project.

├── app
|  ├── app-routing.module.ts
|  ├── app.component.html
|  ├── app.component.scss
|  ├── app.component.spec.ts
|  ├── app.component.ts
|  ├── app.module.ts
|  ├── core
|  |  ├── guard
|  |  ├── interceptors
|  |  ├── services
|  |  ├── utils
|  |  └── core.module.ts
|  ├── features
|  |  ├── feature1
|  |  |  ├── components
|  |  |  ├── services
|  |  |  |  ├── feature1.component.html
|  |  |  |  ├── feature1.component.scss
|  |  |  |  ├── feature1.component.ts
|  |  |  |  └── feature1.module.ts
|  |  ├── feature2
|  |  |  ├── components
|  |  |  ├── services
|  |  |  |  ├── feature2.component.html
|  |  |  |  ├── feature2.component.scss
|  |  |  |  ├── feature2.component.ts
|  |  |  |  ├── feature2.module.ts
|  |  |  |  └── feature2-routing.module.ts
|  ├── layouts
|  |  ├── content-layout
|  |  |  ├── home
|  |  |  |  ├── home.component.html
|  |  |  |  ├── home.component.scss
|  |  |  |  └── home.component.ts
|  |  |  ├── navbar
|  |  |  |  ├── navbar.component.html
|  |  |  |  ├── navbar.component.scss
|  |  |  |  └── navbar.component.ts
|  |  |  ├── sidebar
|  |  |  |  ├── sidebar.component.html
|  |  |  |  ├── sidebar.component.scss
|  |  |  |  └── sidebar.component.ts
|  |  └── layouts.module.ts
|  ├── shared
|  |  ├── components
|  |  ├── interfaces
|  |  ├── pipes
|  |  └── services
|  |  └── shared.module.ts
├── assets
|  ├── images
|  └── scss
|     ├── base
|     |  ├── _global.scss
|     |  └── _variables.scss
|     └── main.scss
├── environments
|  ├── environment.prod.ts
|  └── environment.ts
├── favicon.ico
├── index.html
├── main.ts
├── polyfills.ts
├── styles.scss
└── test.ts

More??

Run npm run build:stats to build & npm run analyze to see the file stats.

Also, take a look at Dockerizing Angular Application if you want to run your application as a Docker Container.

angular-project-structure's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.