Giter Site home page Giter Site logo

afrotonder / angular-swiper-example Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 63.68 MB

Simple angular ionic project implementing swiper.js 11, angular 16+ & ionic 7+

Home Page: https://medium.com/@afrotonder/integrating-swiperjs-with-angular-a1c4d287b096

TypeScript 41.95% JavaScript 7.13% HTML 6.88% SCSS 44.04%
angular ionic ionic-framework swiper swiperjs typescript

angular-swiper-example's Introduction

angular-swiper-example

Simple angular ionic project implementing swiper.js 11, angular 16+ & ionic 7+

Steps

  1. Install the latest swiper.js version.

     $ npm i swiper@latest
    
  2. Add CUSTOM_ELEMENTS_SCHEMA to the module.ts file of the view youre adding a swiper element to.

import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';

&

schemas: [CUSTOM_ELEMENTS_SCHEMA]

image

  1. Import register function to initialize swiper in app.component. This only needs to be done once in the whole project.

import { register } from 'swiper/element/bundle'; register();

image

  1. Add swiper element to the .html file of the view youre working on.
<swiper-container  navigation="true" pagination="true">
  <swiper-slide *ngFor="let image of testImages">
    <img class="swiperImage" src="{{image}}" alt="">
  </swiper-slide>
</swiper-container>

angular-swiper-example's People

Contributors

afrotonder avatar

Stargazers

Sajeev avatar

Watchers

 avatar

Forkers

nikitalpopov

angular-swiper-example's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.