Create an Image Slider from Scratch in Angular

Поделиться
HTML-код
  • Опубликовано: 22 сен 2023
  • 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 8 месяцев назад

    Amazing video! Learned so much.

  • @biplabsharma5344
    @biplabsharma5344 8 месяцев назад

    Please upload more videos like this brother loved a lot

  • @modyabdo-9104
    @modyabdo-9104 8 месяцев назад

    Great content

  • @adrian333dev
    @adrian333dev 8 месяцев назад

    Awesome content!

  • @antoneetozmasua4019
    @antoneetozmasua4019 2 месяца назад

    great video there 👌

  • @IsaacAIm123
    @IsaacAIm123 4 месяца назад

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

  • @mahdiandalib186
    @mahdiandalib186 8 месяцев назад

    nice, how to add auto slide

  • @harshkaira945
    @harshkaira945 6 месяцев назад

    Please provide source code
    Is this angular 13 or above?

  • @opeyemiomolade961
    @opeyemiomolade961 6 месяцев назад +1

    github repo ?

  • @MananAndrabi-dw6pg
    @MananAndrabi-dw6pg 5 месяцев назад

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

    • @jackoschoonderwoerd
      @jackoschoonderwoerd 4 месяца назад +1

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