Angular 9 Flex Layout Getting started with FxLayout and Angular Material

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 79

  • @drakebhau8922
    @drakebhau8922 4 года назад +5

    Bro, You are giving the quality content free of cost. It's precious, Thanks.

  • @iwuce101
    @iwuce101 Год назад

    If this was paid content, it would cost about a thousand dollars. Thank you so much for giving out such info for free.

  • @RaymondBarbour
    @RaymondBarbour 4 года назад +6

    Clear and simple. Will help me get going quickly

  • @hd3adpool
    @hd3adpool 4 года назад +3

    Very clear cut and short, precise explanation. Just what I needed! Thank you! :)

  • @sergiozurita2033
    @sergiozurita2033 4 года назад +5

    media$ is deprecated. Therefore, you should use asObservable as follows:
    this.mediaSub = this.mediaObserver.asObservable().subscribe((change: MediaChange[]) => { console.log(change[0].mqAlias) });

  • @muneebmukhthar4880
    @muneebmukhthar4880 2 года назад

    What a soothing tutorial with a music in BG 😍

  • @Anuj_Kumar_1
    @Anuj_Kumar_1 4 года назад +1

    Thanks for teach in details and in easy way

  • @pradeepkumarkushwaha8519
    @pradeepkumarkushwaha8519 4 года назад +1

    Nice Video Sir. It really helped a lot to understand. It is very clear and to the point. Thank you.

  • @mezianekettou9097
    @mezianekettou9097 4 года назад +7

    Don't forget to add the following import to your styles.css file:
    @import '~@angular/material/prebuilt-themes/deeppurple-amber.css';
    If not adding color="primary" to the mat-toolbar will have no effect.

  • @chandruskc
    @chandruskc 3 года назад +2

    Ah.. That soothing music in the background

  • @sherafattradings
    @sherafattradings Год назад

    Thanks,
    A useful video.

  • @ajaykumhar8356
    @ajaykumhar8356 4 года назад +4

    Thia is very helpful so please make more videos (work with flex layout). we are improvising by your work

  • @rahulkengar1312
    @rahulkengar1312 4 года назад

    This is very helpful ...Waiting for the next video

  • @RamuRamu-jp3yy
    @RamuRamu-jp3yy 3 года назад

    good explanation subscribed liked

  • @macgideons4201
    @macgideons4201 2 года назад

    accurate tutorial.. what of the continuation of this tutorials? I mean the sidebar and the card..etc

  • @cypherLabs
    @cypherLabs 4 года назад

    Thanks for the detailed video. You are awesome

  • @Alejandro-gg7oz
    @Alejandro-gg7oz 3 года назад +3

    css grid + angular is not good idea when you using routing links because router-outlet doesnt work with css grid, hope angular flex layout will work fine

  • @nadya6833
    @nadya6833 4 года назад +1

    thanks for this tutorial , it was a big help for me :)

  • @appartementschambres140
    @appartementschambres140 4 года назад +1

    Good observation

  • @yasarhussain3811
    @yasarhussain3811 4 года назад

    thanks for video bro please add more complex videos in angular

  • @yassirbahlouli3791
    @yassirbahlouli3791 4 года назад

    you are great , you helped me a lot

  • @amolgode9843
    @amolgode9843 3 года назад +1

    Plzz upload full video...........................!

  • @AmitKumar-yj1dx
    @AmitKumar-yj1dx 4 года назад +3

    Hlw babaji , this really helped me but the 2nd part of this video is missing , plz upload it Sir

  • @birajadhikari2237
    @birajadhikari2237 4 года назад +7

    media$ is deprecated on new version, can you update the video?

    • @mdwaseemahmad7757
      @mdwaseemahmad7757 2 года назад

      Is your problem resolved?

    • @chandran-youtube
      @chandran-youtube 8 месяцев назад

      this.mediaObserver.asObservable()
      .subscribe((change)=>{
      this.deviceXs = change[0].mqAlias === 'sm' ? true : false
      console.log(change[0].mqAlias)
      })
      try this...

  • @lacramioaracorneanu6271
    @lacramioaracorneanu6271 2 года назад

    Great tutorial! Thank you! Do you have tutorial also for the grid list with mat-cards?

  • @amitprakash2567
    @amitprakash2567 3 года назад

    Bro, where are the continuation videos for this series? Please help me with this. And could you please make a video for full website design using Flex-layout & Angular Material?

  • @vidyasagargaikwad1268
    @vidyasagargaikwad1268 4 года назад

    Hi, Sir How did you make the sidebar and card responsive

  • @picflight
    @picflight 2 года назад

    How can you soo on big screen when screen is wider than 1600?

  • @srinathsathyanath7435
    @srinathsathyanath7435 3 года назад

    This is gold 🔥

  • @adel8167
    @adel8167 4 года назад

    I get this error everytime I try to install. any idea why: '@angular/flex-layout@latest' is not in the npm registry.

  • @SubratRed
    @SubratRed 4 года назад

    AWESOME.....

  • @ekomobongudo1796
    @ekomobongudo1796 11 месяцев назад

    How can I get other parts of video

  • @balajid4963
    @balajid4963 3 года назад

    Thanks lot boss

  • @pratapjena1393
    @pratapjena1393 4 года назад

    I am getting horizontal bar when adding more numbers toolbar option

  • @HernandesJunio
    @HernandesJunio 4 года назад

    Gostei muito da explicação, foi bem claro.

  • @AsimAli-pr6tv
    @AsimAli-pr6tv 2 года назад

    where is next part of this video , everything is not implemented here in this video as shown in demo

  • @manikcheruku4399
    @manikcheruku4399 4 года назад

    Thanks a lot

  • @AnkitGupta-sf9pp
    @AnkitGupta-sf9pp 4 года назад +2

    Where is next video..adding card with image

  • @amolgode9843
    @amolgode9843 3 года назад +1

    Video not complete............................... :(

  • @vadrif-draco
    @vadrif-draco 2 года назад

    media$ is deprecated now, what is the alternative?

    • @chandran-youtube
      @chandran-youtube 8 месяцев назад

      this.mediaObserver.asObservable()
      .subscribe((change)=>{
      this.deviceXs = change[0].mqAlias === 'sm' ? true : false
      console.log(change[0].mqAlias)
      })
      use this

  • @rachitmaheshwari2129
    @rachitmaheshwari2129 4 года назад

    what if I Ngoinit is already used

  • @chinnii_chiinnii
    @chinnii_chiinnii 4 года назад +1

    where is next video

  • @scienceisareligion2231
    @scienceisareligion2231 4 года назад

    Thank you

  • @Drysdev
    @Drysdev 4 года назад +1

    Question? Flex-layout Is free or paid. Thank you

  • @amolgode9843
    @amolgode9843 3 года назад

    2nd part is missing.....................................................!

  • @drakZes
    @drakZes 3 года назад +2

    I'm in this video to learn Flex. Now you doing stuff I have never seen before in the 1st few minutes so this tut is very confusing.

  • @yashmeenzunifa2684
    @yashmeenzunifa2684 4 года назад

    where is the 2nd part of this video

  • @mearn_ctaftsman
    @mearn_ctaftsman 3 года назад +1

    Good content but never add any such background music on technical videos, bro

  • @atlamasthanaiah7911
    @atlamasthanaiah7911 4 года назад

    Where is side bar
    How can I get siddebar video

  • @streamlobby2341
    @streamlobby2341 2 года назад

    I hope this helps

  • @gkmishra2009
    @gkmishra2009 4 года назад

    please help explain below topic of angular ->
    ChangedetecorRef
    TemplateRef
    ViewContainerRef
    ElementRef
    RXJS operators
    Host listener
    host binding
    CDK Portal
    QueryList
    DOM Portal host
    Portal template
    Application ref
    AG Grid tutorial
    Subject
    behavious subjects
    Forward Ref
    WithLatestFrom
    Content Child
    Overlay
    Overlayref
    ChildrenOutlet Context
    Navigation Extras
    NGRX
    FakeAsync

  • @SureshKumarDL
    @SureshKumarDL 3 года назад

    Bro Mobile Version?

  • @sumantamaji7498
    @sumantamaji7498 4 года назад

    ERROR in node_modules/@angular/flex-layout/typings/module.d.ts:16:22 - error NG6002: Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class.

    This likely means that the library (@angular/flex-layout) which declares FlexLayoutModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

    16 export declare class FlexLayoutModule {
    ~~~~~~~~~~~~~~~~ how to correct this error please

  • @sanjayarakkan8803
    @sanjayarakkan8803 3 года назад

    bakwaas

  • @nw_rye
    @nw_rye 2 года назад

    Doesn't work with the latest versions of TS and Angular. Strict class initialization now requires an initializer in the constructor, and mediaObserver.media$ must be used as asObservable() instead.

    • @chickenjoy
      @chickenjoy Год назад

      How to fix? I can't proceed with the tutorial due to this error.