Is there any way to configure angular.json to stop attaching chunks to index.html?Angular2 support with HATEOASBundle lazy modules Angular 2In Angular, How to externalize Providers as constants to be exported?Angular 4 cli generated project, integration with Asp.Net Core issueIs there a way to extend configurations in angular.json?How to integrate angular with spring boot to see angular web interface on spring boot port?Modifying angular.json Angluar 6+ to load scripts in index.html correctlyUse Clusterize.js in Angular projectAngular7 - Production build fails while going through Bitbucket packageAngular Shared Module when same component is part of different modules

GFCI outlets - can they be repaired? Are they really needed at the end of a circuit?

Is there a hemisphere-neutral way of specifying a season?

Size of subfigure fitting its content (tikzpicture)

Why didn't Boeing produce its own regional jet?

Extract rows of a table, that include less than x NULLs

Why no variance term in Bayesian logistic regression?

Why didn't Miles's spider sense work before?

Why are the 737's rear doors unusable in a water landing?

Expand and Contract

Is it inappropriate for a student to attend their mentor's dissertation defense?

Can compressed videos be decoded back to their uncompresed original format?

How can saying a song's name be a copyright violation?

One verb to replace 'be a member of' a club

Avoiding direct proof while writing proof by induction

How do I handle a potential work/personal life conflict as the manager of one of my friends?

Why is consensus so controversial in Britain?

Are there any examples of a variable being normally distributed that is *not* due to the Central Limit Theorem?

Do scales need to be in alphabetical order?

How seriously should I take size and weight limits of hand luggage?

How do I deal with an unproductive colleague in a small company?

Is there an expression that means doing something right before you will need it rather than doing it in case you might need it?

How do conventional missiles fly?

What exploit Are these user agents trying to use?

What is the most common color to indicate the input-field is disabled?



Is there any way to configure angular.json to stop attaching chunks to index.html?


Angular2 support with HATEOASBundle lazy modules Angular 2In Angular, How to externalize Providers as constants to be exported?Angular 4 cli generated project, integration with Asp.Net Core issueIs there a way to extend configurations in angular.json?How to integrate angular with spring boot to see angular web interface on spring boot port?Modifying angular.json Angluar 6+ to load scripts in index.html correctlyUse Clusterize.js in Angular projectAngular7 - Production build fails while going through Bitbucket packageAngular Shared Module when same component is part of different modules













1















I'm trying to make a Angular 7 Boilerplate to export web elements to develop like Micro Frontends style.



I already have an project in Angular 5 to use as Base project and my idea is to create Modules project end export to reference from Base project as module
like <script type="module" src="//localhost:8085/w-comp/main.js"></script>



In Modules project. I want to use built Base project as contentBase like this example I made with vanilla here: https://github.com/walker-walks/angular-with-external-web-components/tree/master/external



For this, I want to stop Angular attaching chunks to index.html automatically. Is there any way?



chunks the Angular import automatically










share|improve this question




























    1















    I'm trying to make a Angular 7 Boilerplate to export web elements to develop like Micro Frontends style.



    I already have an project in Angular 5 to use as Base project and my idea is to create Modules project end export to reference from Base project as module
    like <script type="module" src="//localhost:8085/w-comp/main.js"></script>



    In Modules project. I want to use built Base project as contentBase like this example I made with vanilla here: https://github.com/walker-walks/angular-with-external-web-components/tree/master/external



    For this, I want to stop Angular attaching chunks to index.html automatically. Is there any way?



    chunks the Angular import automatically










    share|improve this question


























      1












      1








      1








      I'm trying to make a Angular 7 Boilerplate to export web elements to develop like Micro Frontends style.



      I already have an project in Angular 5 to use as Base project and my idea is to create Modules project end export to reference from Base project as module
      like <script type="module" src="//localhost:8085/w-comp/main.js"></script>



      In Modules project. I want to use built Base project as contentBase like this example I made with vanilla here: https://github.com/walker-walks/angular-with-external-web-components/tree/master/external



      For this, I want to stop Angular attaching chunks to index.html automatically. Is there any way?



      chunks the Angular import automatically










      share|improve this question
















      I'm trying to make a Angular 7 Boilerplate to export web elements to develop like Micro Frontends style.



      I already have an project in Angular 5 to use as Base project and my idea is to create Modules project end export to reference from Base project as module
      like <script type="module" src="//localhost:8085/w-comp/main.js"></script>



      In Modules project. I want to use built Base project as contentBase like this example I made with vanilla here: https://github.com/walker-walks/angular-with-external-web-components/tree/master/external



      For this, I want to stop Angular attaching chunks to index.html automatically. Is there any way?



      chunks the Angular import automatically







      angular angular-cli angular7 webpack-dev-server






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 21 at 21:40









      s.alem

      4,99573057




      4,99573057










      asked Mar 21 at 21:09









      Marcio Koji CarvalhoMarcio Koji Carvalho

      82




      82






















          0






          active

          oldest

          votes












          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55289297%2fis-there-any-way-to-configure-angular-json-to-stop-attaching-chunks-to-index-htm%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55289297%2fis-there-any-way-to-configure-angular-json-to-stop-attaching-chunks-to-index-htm%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript