-1

I'm working on Spring boot Application for the back-end and angular 6 for the front-end. I'm going to include two html templates in angular, the first one is for the Administration and the second One for the users. So, should I create two Angular projects or only one project and contains two big components for the admin and the users?

1 Answers1

0

It depends.

If you have many shared pages/components i would setup a single project with a good module separation and guard setup.

If that's not the case you can do whatever you prefer

Fabio Carpinato
  • 1,121
  • 6
  • 13