SCS [Self Contained Systems] or Micro-Front End Implementations In Angular 4 -


any 1 tried scs [self contained systems] of micro front ends in angular 4 ?

objective :

develop each modules seperate apps such can coded, maintained & deployed independently instead of building whole app & deploying

example :

i create common header application. header may used 100 other applications, objective release new version of header independently without building 100 applications.

possible options :

  1. in react see tutorials , want similar.

    if follow steps :

    a. create bundle file [load other dependecies such zone js, polyfills separately there no clashes] ,

    b. deploy somewhere & load lazily !

how option sound ? scale huge application ?

  1. option excited universal angular, reported in this issue, couldnt find example same. has 1 luck in same area ?

if has other ideas, ears.

regards !!!


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -