What is the best way working multiple projects with angular?

Shlomi Amihay

I am working on Angular app which includes:

  1. User app - domain.com
  2. Company panel app - domain.com/company
  3. Admin panel app - which can manage both - domain.com/admin

In the future - the user and company app will multiple to other versions (different DB and design) and the admin panel will need to manage them all.

What is the best way to play this? make each one as a project and after build upload them to one domain (can I do that?), or make multiple project in one app angular? (what are the advantage and disadvantage using those options)

Please help me see what I can't see, because I am confuse right now and don't know what to do.

HDM91

I think it's better to create subdomains and separate each angular app in different projects:

userapp.domain.com
company.domain.com
admin.domain.com

and build each app for specific domain. when your project separate from each other you can manage them better and if you want to give your project to some one to work on it it's not necessary to give him all of the codes.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

what is best way to reuse components in multiple projects in angular?

What is the best way of managing multiple projects in git?

What's the best way to share JARs across multiple projects?

What is the best way for multiple teams working on same tasks

What is the best way to separate projects in AWS services?

What is the best way to switch between projects in Vim?

Angular - What's the best way to include html in multiple components?

What's the best way to find some specific code across multiple projects in TFS2015?

What's the best way to write a SignalR service in a solution with multiple projects (API/Service/Data etc.)?

Angular JS - Best Way to UI Testing Angular js projects

What is the best way to transfer all my Visual Studio projects to svn?

what is the best way to name JS projects files and directories?

What is the best way to structure Python projects using a shared package?

What is the best way to structure maven projects to make a client jar?

What's the best practice for putting multiple projects in a git repository?

What is the best practice for using git on multiple projects with the same base?

what is the best way to zip multiple lists in ImmutableJS

What is the best way to create SQL multiple Tables?

What is the best way to target multiple device sizes?

What's the best way to handle multiple SKScenes?

What is the best way to store multiple lists in Java?

What is the best way to handle multiple socket connections

What is the best way to combine multiple DbQuery results?

What is the best way to merge multiple Flink DataStreams?

What is the best way for reducing multiple if statement?

What is the best way to search in multiple fields in django?

React - What is the Best Way to use Multiple createContexts?

What is the best way to create model class in angular?

What is the best way to authorize the user in Angular 5