I tried cloning and installing ngx-carousel. I ran npm install to install the modules, then ran ng serve.
By the way, this is my setup:
Angular CLI: 6.0.7 Node: 10.3.0 OS: darwin x64
After ng serve, I got this error:
P-Ts-MacBook-Pro-9:ngx-carousel MacBookPro$ ng serve
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
u Date: 2018-07-20T16:56:40.684Z
Hash: c1368f82af81e5c136bb
Time: 8137ms
chunk {main} main.js, main.js.map (main) 1.95 kB [initial] [rendered]
chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 690 bytes [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 5.22 kB [entry] [rendered]
chunk {styles} styles.js, styles.js.map (styles) 15.6 kB [initial] [rendered]
chunk {vendor} vendor.js, vendor.js.map (vendor) 325 kB [initial] [rendered]
ERROR in src/app/app.module.ts(3,35): error TS2307: Cannot find module 'ngx-carousel'.
ℹ 「wdm」: Failed to compile.
The browser displays this:
Cannot GET /
Are there additional set up steps that I'm missing?
Also, why isn't this ng-carousel, for angular bootstrap? What's the meaning of ngx-carousel? Either way I should be able to install it. I've mostly been trying to get ng-bootstrap components working though, since I believe those are the most current.
Hello,
I tried cloning and installing ngx-carousel. I ran npm install to install the modules, then ran ng serve.
By the way, this is my setup: Angular CLI: 6.0.7 Node: 10.3.0 OS: darwin x64
After ng serve, I got this error:
The browser displays this:
Are there additional set up steps that I'm missing?
Also, why isn't this ng-carousel, for angular bootstrap? What's the meaning of ngx-carousel? Either way I should be able to install it. I've mostly been trying to get ng-bootstrap components working though, since I believe those are the most current.
Thank you!