Skip to content

Latest commit

 

History

History

bootstrap5-demo-with-translate

Bootstrap 5

Common Bootstrap 5 demo using ngx-translate which allows for using multiple languages (locales) and to be able to switch them on the fly.

Important Note

Optional NPM Packages

Please note that some of the npm packages installed in these demos are optional and are installed only for demo purposes. If you don't need the feature then don't install it (remove it from your package.json) and you'll end up with a smaller production build.

Again the following dependencies are totally OPTIONAL

Package Name Version Description
@slickgrid-universal/composite-editor-component npm Composite Editor Modal Component
@slickgrid-universal/custom-tooltip-plugin npm Custom Tooltip Plugin
@slickgrid-universal/excel-export npm Export to Excel Service (xls/xlsx)
@slickgrid-universal/text-export npm Export to Text File Service (csv/txt)
@slickgrid-universal/graphql npm GraphQL Query Service (support Filter/Sort/Pagination)
@slickgrid-universal/odata npm OData Query Service (support Filter/Sort/Pagination)

Install and Start Demo

git clone https://github.com/ghiscoding/angular-slickgrid-demos
cd angular-slickgrid-demos/bootstrap5-demo-with-translate
npm install # OR yarn install
npm start # OR yarn start

Build Demo

npm run build # OR yarn run build