How to create kanban in angular application using npm install

I want create an kanban in angular application using dhtmlx kanban(by installing kanban,npm install) can you please provide an example

Good day @Kiran ,

Please, check the example here: CodeSandbox

To get the trial version of Kanban, run the commands from the documentation.

If the first command won’t work with your node.js version, try the following instead:

npm config set @dhx\:registry https://npm.dhtmlx.com
npm i @dhx/trial-kanban

Thank you @MariyaDemy