TS
Getting started with ADSJS in TypeScript.
Last updated
Was this helpful?
Getting started with ADSJS in TypeScript.
Last updated
Was this helpful?
This guide explains how to use ADSJS in projects with TS support.
To add ADSJS into your project run the following command in terminal (from project directory):
Then give it a try in your source code:
Importing from 'ads-js'
may be redundant in case you tend to use limited functional of the ADSJS in your project. To reduce your build size consider importing from specific aliases instead, like 'ads-js/lists'
.
Visit section to get further details about capabilities of this library.