[Solved] Separate Angular apps for customers and staff
You can create a new workspace with separated projects inside ng new appName –createApplication=false This command will create empty workspace. Then you can create two separated apps and share code between them. ng g application customersApp and ng g application staffApp Now you will have projects folder in your workspace and you can run the … Read more