This project was generated using Angular CLI version 19.2.19.
To setup ur incode enviroment variables go to src/enviroments/enviroment.ts and fill the required fields:
production: false,
apiUrl: "https://demo-api.incodesmile.com/0/",
sdkUrl: "https://demo-api.incodesmile.com/omni",
apiKey: "YOUR_INCODE_API_KEY",
flowId: "YOUR_INCODE_ONBOARDING_FLOW_ID",
authFlowId: "YOUR_INCODE_AUTH_FLOW_ID",
uuid: "YOUR_INCODE_AUTH_CUSTOMER_ID",
consentId: "YOUR_INCODE_CONSENT_ID",
To start a local development server, run:
ng serveOnce the server is running, open your browser and navigate to http://localhost:4200/. The application will automatically reload whenever you modify any of the source files.
To build the project run:
ng buildThis will compile your project and store the build artifacts in the dist/ directory. By default, the production build optimizes your application for performance and speed.
For more information on using the Angular CLI, including detailed command references, visit the Angular CLI Overview and Command Reference page.