Git Product home page Git Product logo

angular-template's Introduction

Angular Template

Description

This repository is a template for angular cli based projects.

This project as several branches with additional features which you can merge into your project on-demand.

Core Features

Feature Branches

feature/
 ├──ngrx                          * ngrx state management
 ├──auth-keycloak                 * authentication using keycloak
 ├──ux-material                   * ux design with angular material
 └──app                           * integrates ngrx and ux-material

File Structure

template/
 ├──config/                        * our configuration
 |   ├──karma.conf.js              * karma config for our unit tests
 │   └──protractor.conf.js         * protractor config for our end-to-end tests
 │
 ├──docs/                          * documentation of the template, you can delete this!
 │
 ├──src/                           * our source files that will be compiled to javascript
 |   ├──main.browser.ts            * our entry file for our browser environment
 |   ├──polyfills.browser.ts       * our polyfills file (browser compatibility)
 |   ├──index.html                 * Index.html: where we generate our index page
 |   ├──tsconfig.app.json          * extension of the tsconfig for the app
 |   ├──tsconfig.spec.json         * extension of the tsconfig for tests
 │   │
 │   ├──app/                       * WebApp: folder
 │   │   ├──app-module/            * the core app module that bootstraps the application
 │   │   ├──app-routing/           * the routing module that contains the routing configuration
 │   │   ├──app-core/              * the core module to provide singleton services and modules for the app module
 │   │   └──app-shared/            * the shared module with common dumb components 
 │   │
 │   ├──assets/                    * static assets are served here
 │   │
 │   └──environments/              * environment configrations
 │
 ├──tsconfig.json                  * typescript config used outside webpack
 └──package.json                   * what npm uses to manage its dependencies

angular-template's People

Contributors

philippheuer avatar

Stargazers

 avatar

Watchers

 avatar  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.