Using Perspective with Angular #1584
Replies: 1 comment 1 reply
-
|
You seem to be using a wildly out-of-date TypeScript, Webpack and/or Angular. I am far from an Angular expert, and have never heard of All that being said, you don't need any of this - |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Request
Description of Problem:
i'm trying to use Perspective with angular. but seems it's didn't works well with the latest release. also try with webpack / react demo, also raise errors...
Perspective is a wonderful BI tool. Hope it can deploy on both React/Angular/vue or pure JS :) . and i'll do my best to help if possible. i can do coding parts if you know how to fix it.. thanks!
Version
what i do:
create new angular project
ng new angular-perspective(@angular/cli was required if not install as global)install Perspective
install webpack
npm install @angular-builders/custom-webpack@11.1.1 --save-dev& createwebpack.config.js, config@finos/perspective-webpack-pluginimport perspective in app.components.ts
import perspective from "@finos/perspective";, error as below:Fix: add
@types/reactas devDependencenpm install @types/react --save-devBeta Was this translation helpful? Give feedback.
All reactions