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
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?
angular angular-cli angular7 webpack-dev-server
add a comment |
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?
angular angular-cli angular7 webpack-dev-server
add a comment |
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?
angular angular-cli angular7 webpack-dev-server
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?
angular angular-cli angular7 webpack-dev-server
angular angular-cli angular7 webpack-dev-server
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
add a comment |
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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