Skip to content

incodecota/incode_demo_angular

Repository files navigation

IncodeAngular

This project was generated using Angular CLI version 19.2.19.

Setup Incode enviroment

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",

Development server

To start a local development server, run:

ng serve

Once 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.

Building

To build the project run:

ng build

This 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.

Additional Resources

For more information on using the Angular CLI, including detailed command references, visit the Angular CLI Overview and Command Reference page.

About

Angular demo Incode webSDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published