Create an Image Slider from Scratch in Angular

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ย. 2024
  • In this video we'll create an image slider from scratch using angular.
    _________________________________________________
    Commands used
    To generate components : ng g c touch-slider --standalone
    NPM Commands :
    1) npm i hammerjs
    2) npm i --save-dev @types/hammerjs
    _________________________________________________
    Hope you like this video.
    If you think there's a better way to improve this code, please let us know in the comments.
    If you like this video please subscribe to Angularistic, like and share this video.

ความคิดเห็น • 12

  • @FirstnameLastname-we6kg
    @FirstnameLastname-we6kg 11 หลายเดือนก่อน

    Amazing video! Learned so much.

  • @antoneetozmasua4019
    @antoneetozmasua4019 5 หลายเดือนก่อน

    great video there 👌

  • @biplabsharma5344
    @biplabsharma5344 11 หลายเดือนก่อน

    Please upload more videos like this brother loved a lot

  • @IsaacAIm123
    @IsaacAIm123 7 หลายเดือนก่อน

    great work! but I tried using CSS styling to style the panLeft and panRight (&.next and &.prev) is not working

  • @modyabdo-9104
    @modyabdo-9104 11 หลายเดือนก่อน

    Great content

  • @adrian333dev
    @adrian333dev 11 หลายเดือนก่อน

    Awesome content!

  • @opeyemiomolade961
    @opeyemiomolade961 9 หลายเดือนก่อน +1

    github repo ?

  • @mahdiandalib186
    @mahdiandalib186 11 หลายเดือนก่อน

    nice, how to add auto slide

  • @harshkaira945
    @harshkaira945 9 หลายเดือนก่อน

    Please provide source code
    Is this angular 13 or above?

  • @MananAndrabi-dw6pg
    @MananAndrabi-dw6pg 8 หลายเดือนก่อน

    touchs are not working it did samer,,,plz guid a bit

    • @jackoschoonderwoerd
      @jackoschoonderwoerd 7 หลายเดือนก่อน +2

      export const appConfig: ApplicationConfig = {
      providers: [
      [importProvidersFrom(HammerModule)]
      ]
      };