Is it possible to have angular 7 packaged module within my platform/main app which is in angular 6 (also has other apps with angular 6)Is it possible to run multiple apps with different angular versions on one page?In Angular, how do you determine the active route?having 2 app or one app with multiple modulesAngular-CLI: Where is the App Module?Share a module between multiple angular apps that resides in the same projectCalling Module of another Angular app in you angular appAngular and Micro-FrontendsHow can I make a theme-able Angular Material NPM module?How should I split app into angular modules?Angular 6 package intra-module dependenciesHow to import an angular project modules in another angular project without packaging the project?

Entering the US with dual citizenship but US passport is long expired?

Round away from zero

"syntax error near unexpected token" after editing .bashrc

Draw the ☣ (Biohazard Symbol)

What exactly is Apple Cider

What are the map units that WGS84 uses?

How to make a pipe-divided tuple?

Professor refuses to write a recommendation letter to students who haven't written a research paper with him

Was Rosie the Riveter sourced from a Michelangelo painting?

First Number to Contain Each Letter

How can electricity be positive when electrons are negative?

Project Euler Problem 45

Is it a missed optimization, when a compile-time known reference takes space in a struct?

Looking for the comic book where Spider-Man was [mistakenly] addressed as Super-Man

Infinitely many primes

What are some countries where you can be imprisoned for reading or owning a Bible?

How do I write a vertically-stacked definition of a sequence?

Can you create water inside someone's mouth?

Did the US Climate Reference Network Show No New Warming Since 2005 in the US?

Did the Byzantines ever attempt to move their capital to Rome?

Why would image resources loaded from different origins triggering HTTP authentication dialogs be harmful?

What is the purpose of the rotating plate in front of the lock?

Friend is very nit picky about side comments I don't intend to be taken too seriously

What can we do about our 9 month old putting fingers down his throat?



Is it possible to have angular 7 packaged module within my platform/main app which is in angular 6 (also has other apps with angular 6)


Is it possible to run multiple apps with different angular versions on one page?In Angular, how do you determine the active route?having 2 app or one app with multiple modulesAngular-CLI: Where is the App Module?Share a module between multiple angular apps that resides in the same projectCalling Module of another Angular app in you angular appAngular and Micro-FrontendsHow can I make a theme-able Angular Material NPM module?How should I split app into angular modules?Angular 6 package intra-module dependenciesHow to import an angular project modules in another angular project without packaging the project?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I have common angular 6 (my main/platform app - which we deploy and our users access it) - which basically hosts multiple different angular 6 apps within it (basically bunch of other apps are packaged and hosted within my main/platform app). I am developing a new app (would like to build with angular (material) 7 - but dont want to migrate rest of the apps as they are already tested and working. (may migrate them later).



Question: Is it possible to have different modules (which are basically packaged with different angular versions - my case is - new packaged module will be in 7, and whereas the main app and rest of the modules are already in 6)?



Note: just to clarify i can build my new app in angular 7 locally. But eventually i want to package it and host it in my main app (we call it platform app). Which is in angular 6 and it has other packages/modules which are already in 6.



It will be great if someone can provide some guidence and reference for this. I have searched and found Is it possible to run multiple apps with different angular versions on one page? . But the answer is redirecting me to: https://github.com/CanopyTax/single-spa



But somehow i feel like this should be general use case as its not possible to always migrate all the modules (packages) to newer version to maintian and build things.



Please do note that i do know how to upgrade app to new versions (as its straigght forward: https://update.angular.io/ - i am looking for references to have two angular packages/modules side by side (6 and 7 specifically) in my app.










share|improve this question


























  • You can install Angular 7 just on the specific folder in which you are having Angular 7 project

    – Abdul Basit
    Mar 28 at 5:15











  • I can individually develop the app in angular 7. but the app will eventually packaged and hosted via my main app (lets call it platform app) which is already hosting other apps. All of them are in in Angular 6

    – Coder93
    Mar 28 at 5:17

















0















I have common angular 6 (my main/platform app - which we deploy and our users access it) - which basically hosts multiple different angular 6 apps within it (basically bunch of other apps are packaged and hosted within my main/platform app). I am developing a new app (would like to build with angular (material) 7 - but dont want to migrate rest of the apps as they are already tested and working. (may migrate them later).



Question: Is it possible to have different modules (which are basically packaged with different angular versions - my case is - new packaged module will be in 7, and whereas the main app and rest of the modules are already in 6)?



Note: just to clarify i can build my new app in angular 7 locally. But eventually i want to package it and host it in my main app (we call it platform app). Which is in angular 6 and it has other packages/modules which are already in 6.



It will be great if someone can provide some guidence and reference for this. I have searched and found Is it possible to run multiple apps with different angular versions on one page? . But the answer is redirecting me to: https://github.com/CanopyTax/single-spa



But somehow i feel like this should be general use case as its not possible to always migrate all the modules (packages) to newer version to maintian and build things.



Please do note that i do know how to upgrade app to new versions (as its straigght forward: https://update.angular.io/ - i am looking for references to have two angular packages/modules side by side (6 and 7 specifically) in my app.










share|improve this question


























  • You can install Angular 7 just on the specific folder in which you are having Angular 7 project

    – Abdul Basit
    Mar 28 at 5:15











  • I can individually develop the app in angular 7. but the app will eventually packaged and hosted via my main app (lets call it platform app) which is already hosting other apps. All of them are in in Angular 6

    – Coder93
    Mar 28 at 5:17













0












0








0


1






I have common angular 6 (my main/platform app - which we deploy and our users access it) - which basically hosts multiple different angular 6 apps within it (basically bunch of other apps are packaged and hosted within my main/platform app). I am developing a new app (would like to build with angular (material) 7 - but dont want to migrate rest of the apps as they are already tested and working. (may migrate them later).



Question: Is it possible to have different modules (which are basically packaged with different angular versions - my case is - new packaged module will be in 7, and whereas the main app and rest of the modules are already in 6)?



Note: just to clarify i can build my new app in angular 7 locally. But eventually i want to package it and host it in my main app (we call it platform app). Which is in angular 6 and it has other packages/modules which are already in 6.



It will be great if someone can provide some guidence and reference for this. I have searched and found Is it possible to run multiple apps with different angular versions on one page? . But the answer is redirecting me to: https://github.com/CanopyTax/single-spa



But somehow i feel like this should be general use case as its not possible to always migrate all the modules (packages) to newer version to maintian and build things.



Please do note that i do know how to upgrade app to new versions (as its straigght forward: https://update.angular.io/ - i am looking for references to have two angular packages/modules side by side (6 and 7 specifically) in my app.










share|improve this question
















I have common angular 6 (my main/platform app - which we deploy and our users access it) - which basically hosts multiple different angular 6 apps within it (basically bunch of other apps are packaged and hosted within my main/platform app). I am developing a new app (would like to build with angular (material) 7 - but dont want to migrate rest of the apps as they are already tested and working. (may migrate them later).



Question: Is it possible to have different modules (which are basically packaged with different angular versions - my case is - new packaged module will be in 7, and whereas the main app and rest of the modules are already in 6)?



Note: just to clarify i can build my new app in angular 7 locally. But eventually i want to package it and host it in my main app (we call it platform app). Which is in angular 6 and it has other packages/modules which are already in 6.



It will be great if someone can provide some guidence and reference for this. I have searched and found Is it possible to run multiple apps with different angular versions on one page? . But the answer is redirecting me to: https://github.com/CanopyTax/single-spa



But somehow i feel like this should be general use case as its not possible to always migrate all the modules (packages) to newer version to maintian and build things.



Please do note that i do know how to upgrade app to new versions (as its straigght forward: https://update.angular.io/ - i am looking for references to have two angular packages/modules side by side (6 and 7 specifically) in my app.







angular angular-ui-router angular-material angular6 angular-ui






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 10 at 21:17







Coder93

















asked Mar 28 at 5:12









Coder93Coder93

13 bronze badges




13 bronze badges















  • You can install Angular 7 just on the specific folder in which you are having Angular 7 project

    – Abdul Basit
    Mar 28 at 5:15











  • I can individually develop the app in angular 7. but the app will eventually packaged and hosted via my main app (lets call it platform app) which is already hosting other apps. All of them are in in Angular 6

    – Coder93
    Mar 28 at 5:17

















  • You can install Angular 7 just on the specific folder in which you are having Angular 7 project

    – Abdul Basit
    Mar 28 at 5:15











  • I can individually develop the app in angular 7. but the app will eventually packaged and hosted via my main app (lets call it platform app) which is already hosting other apps. All of them are in in Angular 6

    – Coder93
    Mar 28 at 5:17
















You can install Angular 7 just on the specific folder in which you are having Angular 7 project

– Abdul Basit
Mar 28 at 5:15





You can install Angular 7 just on the specific folder in which you are having Angular 7 project

– Abdul Basit
Mar 28 at 5:15













I can individually develop the app in angular 7. but the app will eventually packaged and hosted via my main app (lets call it platform app) which is already hosting other apps. All of them are in in Angular 6

– Coder93
Mar 28 at 5:17





I can individually develop the app in angular 7. but the app will eventually packaged and hosted via my main app (lets call it platform app) which is already hosting other apps. All of them are in in Angular 6

– Coder93
Mar 28 at 5:17












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/4.0/"u003ecc by-sa 4.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%2f55390584%2fis-it-possible-to-have-angular-7-packaged-module-within-my-platform-main-app-whi%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




Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.







Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.




















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%2f55390584%2fis-it-possible-to-have-angular-7-packaged-module-within-my-platform-main-app-whi%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