GithubHelp home page GithubHelp logo

danielrodrigues0709 / angular-base Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hdeiro/angular-base

0.0 0.0 0.0 614 KB

An easy Angular Project Template

JavaScript 3.85% TypeScript 70.07% HTML 11.80% SCSS 14.28%

angular-base's Introduction

Angular Base

Boilerplate project that contains several functionalities already set-up like:

  • Angular Material: Angular Material set up with the dashboard schematics;
  • Runtime Configuration via JSON File: The configurations were loaded on a settings.json file that is used to feed the angular environment. ;
  • Multi-language: Multi-language settings using ngx-translate;
  • Masking: Masking of inputs or texts via ngx-mask;
  • Publish/Subscriber Strategy: There is a service called PubSubService that uses the Publish/Subscriber design pattern through rxjs to make easier the communication across multiple components;
  • Contextual Environment: Sometimes it's necessary to style something based on the environment in which the application is running. Like, having a different collor in iPhones or Android. Or even show a banner on IE (It's dead, but it stills around like a zombie). In order to have this set easier there are some css-classes that were added to the body (eg.: is-chrome, is-safari, is-ie and others) based on the environment. The rules used to accomplish it were defined at UserAgentService;
  • Contextual Size: In order to make the responsiveness process easier, the same process used for the Contextual Environment have been implemented. But, in this case, the classes are: is-mobile, is-phone, is-tablet, is-desktop. The sizes were based on some breakpoints defined at ViewStateService;
  • Feature Flags: Feature Flags structure definition via settings.json file.

Documentation Index

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

angular-base's People

Contributors

danielrodrigues0709 avatar dependabot[bot] avatar hdeiro avatar rafa-araujo26 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.