1️ANGULAR

It is also possible to integrate QuickDEV Apps and Modules with external Angular apps.

  1. Download QuickDEV SDK Library

  2. Create an angular project and install required libraries:

//create angular project
ng new project_name  

//change directory to project_name
cd project_name

//install quickdev_sdk library
npm install "path-to-sdk-library/quickdev-sdk-2.3.4.tgz"

//install react libraries
npm install react react-dom @types/react @types/react-dom
  1. Show module in your angular component. Check the following example:

Last updated