-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Description
I'm using Angular 7 and today I downloaded the last version of Swiper. But when I import SwiperModule inside my app.modules, is throwing this errors:
ERROR in ../node_modules/swiper/angular/fesm2015/swiper_angular.js;
Module not found: Error: Can't resolve '@angular/common' in 'C:\Users\Beatriz\Projetos\Porto-Store\node_modules\swiper\angular\fesm2015';
ERROR in ../node_modules/swiper/angular/fesm2015/swiper_angular.js;
Module not found: Error: Can't resolve '@angular/core' in 'C:\Users\Beatriz\Projetos\Porto-Store\node_modules\swiper\angular\fesm2015';
ERROR in ../node_modules/swiper/angular/fesm2015/swiper_angular.js;
Module not found: Error: Can't resolve 'rxjs' in 'C:\Users\Beatriz\Projetos\Porto-Store\node_modules\swiper\angular\fesm2015';
I followed all the installation steps here https://swiperjs.com/angular
=/