The poc-care application is split into multiple different folders. Four of these folders contain separate applications: _admin, _care and _login.
_admin
Contains the employee portal TrueAdmin
Port 4201
_care
Contains the customer portal TrueCare
Port 4200,
_login
Contains the login application
Will redirect the user after login to one of the other applications
Port 4202
Aside from these four folders, there are also some folders that
contain files that are shared between all four applications: base, core, i18n and shared.
base
Contains basic abstract classes which are to be extended in on of the applications, where they can be altered to fit the destined application.
Has no modules.
core
Contains core components of all the applications, like the error pages and interceptors.
Has only one module, core.module.ts
i18n
Contains the translation files
shared
Contains components that are used in multiple applications