#11 Using Bootstrap for Styling | Angular Components & Directives| A Complete Angular Course

Поделиться
HTML-код
  • Опубликовано: 16 янв 2025
  • In this lecture you will learn how to install bootstrap and use it in Angular project.
    ASP.NET Core GitHub Repo: github.com/man...
    NODE JS Course GitHub Repo: github.com/man...
    ANGULAR 16 Course GitHub Repo: github.com/man...

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

  • @nelsonrivers8546
    @nelsonrivers8546 Год назад +3

    This series is great. Thank you.

  • @El_Bald
    @El_Bald Год назад +1

    A great series with awesome explanations

  • @MuhammadUsman-ok5vs
    @MuhammadUsman-ok5vs Год назад +1

    Awesome series

  • @jardagalvao
    @jardagalvao Год назад +1

    Amazing, thanks bro!

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

    Amazing course!

  • @noam235
    @noam235 10 месяцев назад +2

    as of npm 5.0.0, installed modules are added as a dependency by default, so the --save option is no longer needed. Now, you can just use npm install and the package will be saved in your package.json file.

  • @nareshswaero785
    @nareshswaero785 9 месяцев назад

    Thanks bro❤

  • @ahmadkakarr
    @ahmadkakarr 10 месяцев назад

    yest it great.

  • @SimonChikezie
    @SimonChikezie 9 месяцев назад

    Why don’t my styles in the css override the bootstrap styling even though I want the bootstrap to have the highest specificity

  • @Hitman-li1hg
    @Hitman-li1hg 8 месяцев назад

    Noice!

  • @mhmdyasr
    @mhmdyasr 7 дней назад

    URGENT! Need help!
    Getting this error:
    ▲ [WARNING] 2 rules skipped due to selector errors:
    .form-floating>~label -> Did not expect successive traversals.
    .form-floating>~label -> Did not expect successive traversals.
    Please tell me how to rectify this, fast. I googled it, and it told me to change optimisation values in angular.json, but that didn't work either.

  • @GokulKrishnan-g1n
    @GokulKrishnan-g1n Год назад

    sir, my request is use many (if condition ) in typescript file i don't know where to use and when to use the if condition

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

    you didnt show how to add bootstrap js file to angular

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

      When you install bootstrap, it already installed bootstrap css and js files. You can simply use the bootstrap classes after that.

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

      @@procademy but can i use bootrap js features with out adding js file path to angular config file???

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

    Sir, humble request, Please increase the font size else show the code in Light mode, such that the readability will be good for the viewers. please refer *Mosh* videos

  • @VADIVELT-xv4zt
    @VADIVELT-xv4zt Год назад

    #08 video is missing