Skip to content

Latest commit

 

History

History

angular12-with-angular17

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Angular 12 with Angular 17

Angular 12 shell with widgets and Angular 17 remote with journeys.

Development Setup

Connect to repo.backbase.com

You need access to repo.backbase.com for installing the dependencies. Once you have it you can follow the set-up-web-development guide to configure npm.

Installing dependencies

To install dependencies, run the following command in each directory:

$ npm i

Accessing Sandbox

proxy.env.conf.js is configured to access the EBP Sandbox, so you can request a key by sending a mail to [email protected].

Getting Started

Development server

Run npm start in each directory, this will serve both the shell and remote apps.

Mock server

You can skip authentication but still see data using our mock-server. In this case, after starting the mock-server, run npm run start:mocks in each directory.