Angularistic
Angularistic
  • Видео 19
  • Просмотров 287 080
Create an Image Slider from Scratch in Angular
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.
Просмотров: 5 129

Видео

Create Reusable Chip Input Component in Angular
Просмотров 3,4 тыс.Год назад
In this video we'll create a reusable chip input component from scratch using angular. This example, discusses about ControlValueAccessor in angular. Control Value Accessor interface acts as a bridge between the Angular forms API and a native element in the DOM. The main advantage of doing that is that we get all the default validations you’d get with any element, in order to track the validity...
Create Reusable Feedback Component in Angular
Просмотров 1,2 тыс.Год назад
In this video we'll create a reusable feedback component from scratch using angular. This example, discusses about ControlValueAccessor in angular. Control Value Accessor interface acts as a bridge between the Angular forms API and a native element in the DOM. The main advantage of doing that is that we get all the default validations you’d get with any element, in order to track the validity a...
Adding Responsive Toolbar | Part 3 | Responsive Sidenav
Просмотров 21 тыс.Год назад
In this video we'll add a toolbar to the responsive side navigation bar which we created in the previous video. Project helper: github.com/Angular-istic/Project-helper/blob/main/sidenav.md#sidenav-with-toolbar Assets: github.com/Angular-istic/Project-helper/tree/main/assets/sidenav Commands used To generate components : ng g c header Angular CDK: npm i @angular/cdk If you think there's a better...
Adding Multi Level Menu to Sidenav | Part 2 | Responsive Sidenav
Просмотров 46 тыс.Год назад
In this video we'll add a multi level submenu to the responsive side navigation bar which we created in the previous video. Project helper: github.com/Angular-istic/Project-helper/blob/main/sidenav.md Commands used To generate components : ng g c sublevel-menu inline-template inline-style flat true ng g c coupen-list module coupens ng g c product-level-three-one module products ng g c product-l...
Animated Responsive Sidenav in Angular | Part 1 | Responsive Sidenav
Просмотров 129 тыс.Год назад
In this video we'll create an animated responsive side navigation bar from scratch using angular. Project helper: github.com/Angular-istic/Project-helper/blob/main/sidenav.md Commands used To generate components : ng g c body skip-tests true ng g c sidenav skip-tests true ng g c dashboard skip-tests true ng g c products skip-tests true ng g c statistics skip-tests true ng g c coupens skip-tests...
Create an Image Gallery with Lightbox from Scratch in Angular
Просмотров 8 тыс.Год назад
In this video we'll create a responsive image gallery with lightbox from scratch using angular. Project helper: github.com/Angular-istic/Project-helper/blob/main/gallery-lightbox.md Images: github.com/Angular-istic/Project-helper/blob/main/gallery-lightbox.md#gallery-images Commands used To generate components : ng g c gallery-lightbox skip-tests true Hope you like this video. If you think ther...
Build a Carousel from Scratch in Angular
Просмотров 29 тыс.Год назад
In this video we'll create an image slider/carousel from scratch using angular. Project helper: github.com/Angular-istic/Project-helper/blob/main/carousel.md Used Images: github.com/Angular-istic/Project-helper/blob/main/carousel.md#carousel-images Commands used To generate module : ng g m carousel To generate components : ng g c carousel module carousel skip-tests true export true flat true tr...
Create a Stopwatch using Angular
Просмотров 2,9 тыс.Год назад
In this video we'll create a stopwatch using angular. Project helper: github.com/Angular-istic/Project-helper/blob/main/stopwatch.md 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.
Create Reusable Timeline Component in Angular
Просмотров 4,9 тыс.Год назад
In this video we'll create a reusable timeline component that can be used as an order tracking component in angular e-commerce applications. This will be a reusable component so that we can use this timeline component in any part of the application. 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...
Reusable accordion from scratch in Angular
Просмотров 3,3 тыс.Год назад
In this video we'll create a reusable accordion from scratch in angular. This angular accordion example discuss about content projection and angular animation. This reusable angular 8 accordion example almost similar to angular material expansion panel but with our own custom styling and animation. Hope you like this video. Tell us in the comment if there is a better way to improve this code. I...
Reusable Flip Card in Angular.
Просмотров 2,4 тыс.Год назад
In this video we'll create a reusable flip card in Angular. Hope you like this video. Tell us in the comment if there is a better way to improve this code. Source code : github.com/Angular-istic/Flip-card If you like this video please subscribe to Angularistic, like and share this video.
Information Slider from Scratch in Angular
Просмотров 578Год назад
In this video we'll create a reusable information slider component using the CDK stepper in Angular. This information slider component can also be used as a stepper component or slideshow component with some minor changes. The app is generated with Angular 9 (Angular CLI version 9.0.3.). Project helper: github.com/Angular-istic/Project-helper/blob/main/info-slider.md Hope you like this video. I...
Create Analog Clock Using Angular
Просмотров 1,1 тыс.Год назад
This video demonstrates how to create an analog clock using angular from scratch. At some point you might want to show a working analog clock in your website for the users to see. This angular tutorial shows how to create an analog clock from scratch without using any 3rd party library. This video also explains neumorphism design, css 3, html 5 and typescript (JavaScript). This code can be used...
Create a digital clock in angular
Просмотров 2,1 тыс.Год назад
This video demonstrates how to create a digital clock in angular 8 from scratch. In real word angular application you might want to add a digital clock somewhere on your page for the users to see. This angular tutorial shows how to create a digital clock from scratch without using any 3rd party library. This code can be used in angular 2 and above applications. Hope you like this video. If you ...
Skeleton Screen Loader in Angular
Просмотров 17 тыс.4 года назад
Skeleton Screen Loader in Angular
Profile card with neumorphism effect using HTML CSS
Просмотров 1,2 тыс.4 года назад
Profile card with neumorphism effect using HTML CSS
Create Analog Clock Using Angular
Просмотров 3,3 тыс.4 года назад
Create Analog Clock Using Angular
Create a digital clock in angular
Просмотров 6 тыс.4 года назад
Create a digital clock in angular

Комментарии

  • @H4LIL_G
    @H4LIL_G 18 дней назад

    thats great :)

  • @koksiangkoh3401
    @koksiangkoh3401 20 дней назад

    got error as below: ERROR DOMException: Failed to execute 'setAttribute' on 'Element': ']' is not a valid attribute name. how to solve it ? thank you

  • @othmaneouacrime
    @othmaneouacrime Месяц назад

    thnk you so muchh

  • @naiomi5532
    @naiomi5532 Месяц назад

    hello i wanna ask it'is possible to update to angular 17 ?

  • @AbdulSamad-rt2bj
    @AbdulSamad-rt2bj Месяц назад

    how to get other icons name

  • @nurte4
    @nurte4 Месяц назад

    hi, can u share github repo

  • @gabrielsosa163
    @gabrielsosa163 Месяц назад

    Excelente video muy bien echo , pero como cambio las imagenes a las que yo necesito realmente

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

    me pueden regalar el codigo

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

    great video there 👌

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

    Which angular version are you using? I encountered problems with angular version 17.2.2. The (click) property doesn't work. It doesn't throw errors, the clicks just won't register. (mousedown) and (mouseup) don't work either. Additionally as soon as setInterval or setTimeout is used in a recursive loop or any loop at all, the website won't load, as if it was an while(true) loop...

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

      I fixed it by re-programming the image carousel from scratch following your design choices in react

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

    Another way of implementing the slider: public slide(sign: number): void { this.selectedIndex = (this.images.length + this.selectedIndex + sign) % this.images.length; } and calling slide(-1) or slide(1) accordingly.

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

    Can we use this with CSS? Because I use CSS, not SCSS

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

    Hey Angularistic team, Can you tell me, which versions of Angularjs, Nodejs, typescript, rxjs is used here in this application. It will be helpful for us. Thanks. Suresh

  • @Ivan_lj
    @Ivan_lj 3 месяца назад

    Does it works on safari ios?

  • @monsieurrodriguez9687
    @monsieurrodriguez9687 3 месяца назад

    you got in spanish a guy that simply copy and paste his code without any explanation and you without a single word but a step-by-step video set the thing much more clear

  • @unhandledexception1948
    @unhandledexception1948 3 месяца назад

    thanks... is the source code on github? the link below seems just a readme file

  • @yuresilva4922
    @yuresilva4922 3 месяца назад

    Simply a hero

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

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

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

    Nice one

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

    AMAZING

  • @HungNguyen-dh2un
    @HungNguyen-dh2un 4 месяца назад

    sir, can u share your code? pls

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

    thanks for the amazing tutorials and resources. We are growing <3

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

    Thanks, bro! I learned a lot from this amazing tutorial

  • @kajalgadiya
    @kajalgadiya 5 месяцев назад

    Which angular version does this support? I am trying with 16 but getting errors

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

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

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

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

  • @skillv1ew
    @skillv1ew 5 месяцев назад

    god bless u brother

  • @jerrigyaneswararao756
    @jerrigyaneswararao756 5 месяцев назад

    @angularistic could you please share the part 3 code with us 😊

  • @jerrigyaneswararao756
    @jerrigyaneswararao756 5 месяцев назад

    Could you please share with us the part 3 code,😊

  • @nadakitsch
    @nadakitsch 5 месяцев назад

    Very useful! Thank you!

  • @srafa16
    @srafa16 5 месяцев назад

    The icons don't appear can someone help me?

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

    github repo ?

  • @user-dm7sw3pj4k
    @user-dm7sw3pj4k 6 месяцев назад

    Error: src/app/app.component.html:1:49 - error TS2345: Argument of type 'Event' is not assignable to parameter of type 'SideNavToggle'. Type 'Event' is missing the following properties from type 'SideNavToggle': screenWidth, collapsed 1 <app-sidebar (onToggleSideNav)="onToggleSideNav($event)"></app-sidebar> ~~~~~~ src/app/app.component.ts:12:16 12 templateUrl: './app.component.html', ~~~~~~~~~~~~~~~~~~~~~~ Error occurs in the template of component AppComponent. I got this issue can anyone help me for troubleshoot this problem in my pc

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

    Guys, Use Angular version 16 or lower to work with this tutorial smoothly.

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

    When I do click on button "A" to expand, the button reduce own size for a moment, then back to the normal size

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

    I have had the error in console: core.mjs:10194 ERROR DOMException: Failed to execute 'setAttribute' on 'Element': ']' is not a valid attribute name. at EmulatedEncapsulationDomRenderer2.setAttribute (localhost:4200/vendor.js:58195:10) at AnimationRenderer.setAttribute (localhost:4200/vendor.js:57174:19) at setUpAttributes (localhost:4200/vendor.js:28143:18) at setupStaticAttributes (localhost:4200/vendor.js:34560:5) at ɵɵelementStart (localhost:4200/vendor.js:41918:3) at Module.ɵɵelement (localhost:4200/vendor.js:41989:3) at SidenavComponent_li_7_a_1_i_3_Template (localhost:4200/main.js:713:60) at executeTemplate (localhost:4200/vendor.js:37769:9) at renderView (localhost:4200/vendor.js:38913:7) at TemplateRef.createEmbeddedViewImpl (localhost:4200/vendor.js:49478:5) The sidenav don´t show the Label of links and windown.innerWidth don´t works. Some one have the problema?

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

    Please provide source code Is this angular 13 or above?

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

    can you please share your code?

  • @SHEFAT-xq3ge
    @SHEFAT-xq3ge 6 месяцев назад

    my response in navbar is not working. need source code

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

    How can it be that this video has so few likes? Very good video. I would love more :)

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

    Can i do all that in Visual Studio and not Visual Studio Code

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

    Hello sir thanks for sharing this tutorial. i got some problem sir, when i resize the form, the navbar cannot automatically display like above video example. the text keep in selected styleClass and only change if i click refresh browser button.

  • @user-tr1jy4dz8m
    @user-tr1jy4dz8m 6 месяцев назад

    Hello, can someone help me with a problem? Starting at minute 27:40 min with the creation of fadeInOut. Menu disappears I don't understand I need help

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

    ok i got it at @chandlerbing8164

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

    can i have complete code ?

  • @atlaslion1746
    @atlaslion1746 7 месяцев назад

    Can you please create a video for responsive Tailwindcss navbar ? here is a quicklink: ruclips.net/video/0GDGNWpZ1wc/видео.html

  • @kobealbanese4319
    @kobealbanese4319 7 месяцев назад

    you're the goat!!!

  • @janickspielmann2695
    @janickspielmann2695 7 месяцев назад

    Is there no sound, or is it my pc? There does not have to be sound, but just wandering.

  • @joaopaulopaiva7949
    @joaopaulopaiva7949 7 месяцев назад

    Very Good! Can you share full code from dashboard.component.scss?

  • @marcio9161
    @marcio9161 7 месяцев назад

    This was the most confuse angular tutorial that I've ever seen, but the result was amazing

  • @coachtaetanzi
    @coachtaetanzi 7 месяцев назад

    Code is not currently working. multi-level menus are not clickable