Skip to main content
Are you looking for a framework other than Angular? Check the Getting Started guides in the sidebar.

Step By Step Guide

Our SDK for Angular currently supports Angular versions 13-17. Have a look at our live example for inspiration.
1

Installation

To install the Dromo Angular SDK in your application, just install the NPM package dromo-uploader-angular.
Then, add the DromoUploaderModule to your imports.
2

Usage

The DromoUploaderModule provides the lib-dromo-uploader component. You can create a wrapper component to provide its configuration. Below are examples of how you might set up your component: one for a full manual configuration, and another using a schema defined in Dromo’s Schema Studio.