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

Is this installation method same for angular 5? #51

Open
hmajid00 opened this issue Jul 4, 2018 · 1 comment
Open

Is this installation method same for angular 5? #51

hmajid00 opened this issue Jul 4, 2018 · 1 comment

Comments

@hmajid00
Copy link

hmajid00 commented Jul 4, 2018

I need to use Owl carousel in Angular 5 project but its not working and showing below errors.

ERROR ReferenceError: $ is not defined
    at OwlChild.ngOnInit (owl-child.component.js:22)
    at checkAndUpdateDirectiveInline (core.js:12411)
    at checkAndUpdateNodeInline (core.js:13935)
    at checkAndUpdateNode (core.js:13878)
    at debugCheckAndUpdateNode (core.js:14771)
    at debugCheckDirectivesFn (core.js:14712)
    at Object.eval [as updateDirectives] (OwlCarousel.html:1)
    at Object.debugUpdateDirectives [as updateDirectives] (core.js:14697)
    at checkAndUpdateView (core.js:13844)
    at callViewAction (core.js:14195)

OwlCarousel.html:1 ERROR CONTEXT DebugContext_ {view: {…}, nodeIndex: 2, nodeDef: {…}, elDef: {…}, elView: {…}}
@LiamDotPro
Copy link

You haven't defined $ as jQuery in the window object.

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