Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to embed spring-flo into empty angular #39

Closed
acupoftea opened this issue Sep 7, 2018 · 1 comment
Closed

how to embed spring-flo into empty angular #39

acupoftea opened this issue Sep 7, 2018 · 1 comment

Comments

@acupoftea
Copy link

  1. ng new myApp
    npm i spring-flo --save

copy package.js devDependencies to myApp
npm i
copy editor.ts graph-to-text.ts ... to myApp

ng server, success no error
but in browser have error
ERROR TypeError: Object(...) is not a function
at ResizerDirective.ngOnInit (webpack-internal:///../../../../spring-flo@0.8.1@spring-flo/fesm5/spring-flo.js:3407)
at checkAndUpdateDirectiveInline (webpack-internal:///../../../../
@[email protected]@@angular/core/esm5/core.js:12627)
at checkAndUpdateNodeInline (webpack-internal:///../../../../@[email protected]@@angular/core/esm5/core.js:14151)
at checkAndUpdateNode (webpack-internal:///../../../../
@[email protected]@@angular/core/esm5/core.js:14094)
at debugCheckAndUpdateNode (webpack-internal:///../../../../@[email protected]@@angular/core/esm5/core.js:14987)
at debugCheckDirectivesFn (webpack-internal:///../../../../
@[email protected]@@angular/core/esm5/core.js:14928)
at Object.eval [as updateDirectives] (ng:///FloModule/EditorComponent.ngfactory.js:64)
at Object.debugUpdateDirectives [as updateDirectives] (webpack-internal:///../../../../@[email protected]@@angular/core/esm5/core.js:14913)
at checkAndUpdateView (webpack-internal:///../../../../
@[email protected]@@angular/core/esm5/core.js:14060)
at callViewAction (webpack-internal:///../../../../_@[email protected]@@angular/core/esm5/core.js:14411)
View_EditorComponent_2 @ ng:///FloModule/EditorComponent.ngfactory.js:40

@BoykoAlex
Copy link
Collaborator

Angular should be between versions >=6 and <8. Yours is ~5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants