Flatirons Fuse Angular Example
May 11, 2022 ยท View on GitHub
- This is a sample Angular project for Flatirons Fuse.
- The full documentation for Fuse can be found here.
The goal of Flatirons Fuse is to provide an embeddable CSV import tool that makes importing data to your website fast, easy, and painless.
Running the app
Requires updating tsconfig.json with
"strict": false,
"allowSyntheticDefaultImports": true,
and running
yarn
yarn add @types/styled-components @types/react
yarn start
Example for using importer in src/app/app.component.ts
- using importer with CDN requires adding:
<script src="https://unpkg.com/fuse-importer@0.18.0"></script>to index.html in the root