Giter Site home page Giter Site logo

hybrid-angular's Introduction

Code once take three output: Web, Android, IOS

This repository is moved to here: https://gitlab.com/msamarehshafeei/mobilewebappartchitecture

This architecture has following advantages:

  • Implementation of mobile and web can be shared or separated without holding any state so the developers work only on one source code for web version and mobile (No need to copy web version to mobile version)
  • It is pure Angular architecture which can support Cordova (which doese not force any other framework such as Ionic or NativeScript)
  • Can separate modules and their routings for mobile and website during compile time so the final web version doese not contain mobile modules and vice versa
  • Force lazy load of pages (each page has separate module)
  • Pages layers only have dependency to @intermediate layer so it is decoupleded from implementation of services which results in changing of their implementation anytime needed
  • Since layouts are in Theme then you can dynamically change the layouts or theme during run time
  • Has separate layers for Theme and Core which can be in NPM server

hybrid-angular's People

Contributors

moein-shafiei avatar

Watchers

 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.