Modified version of bootstrap-datepicker (Buddhist Era calendar support)
npm install bootstrap-datepicker-year-offsetFirst intention of this project is just make possibility to install this script by npm install bootstrap-datepicker-year-offset --save in Angular CLI project.
npm publish .npm install bootstrap-datepicker-year-offset --save.angular-cli.json
"scripts": [
"../node_modules/jquery/dist/jquery.min.js",
"../node_modules/bootstrap-datepicker-year-offset/dist/js/bootstrap-datepicker-year-offset.js",
"../node_modules/bootstrap-datepicker/dist/locales/bootstrap-datepicker.th.min.js"
],
``