Step 1: Install the boot box throughnpm install bootbox --save
Step 2: If you are using systemjs, enable bootbox, for example:
<script src="node_modules/bootbox/bootbox.js"></script>
3: declare var bootbox:any; libreries - ts , , bootbox.alert("Hello world!");, .
, bootstrap jquery . jquery .
[]
3
declare var bootbox:any; :
npm install @types/jquery --save
npm install @types/bootbox --save