Using Bootstrap in Angular | Components | Angular 12+

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

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

  • @srinathweb118
    @srinathweb118 Год назад +8

    0:15 Need not do `--save` anymore to save npm package. it will automatically save

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

    There is a little problem, there is no javascript bootstrap in script array in angular.json....

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

    Thank you bro, this was so helpful

  • @manojkiyan8581
    @manojkiyan8581 2 года назад +2

    Bro please make more videos about angular

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

    @Sir i am not able to see bootstrap styles in my application, i don't know what went wrong, i just followed the steps as you mentioned in this video please help me on this i am new to web application development.

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

      That might be because the bootstrap you have installed is the latest version. Please check the version of bootstrap installed in package.json file and use bootstrap css classes of that version.

  • @AkshatTech-ud7nt
    @AkshatTech-ud7nt 8 месяцев назад

    thank you so much

  • @أحمدالنجار-و3ي
    @أحمدالنجار-و3ي 2 года назад +1

    thank you ,

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

    bro could u plz tell me .. that what is the deference between angular js and angular ?

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

      Watch first lecture of this series. There i have already covered it

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

    I did the same steps but doesn’t work on my project 😞

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

    when i use bootstrap thats time my *{margin:0,padding:0};in style.css not work

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

    Very helpful thanks ... :)☺☺☺☺☺

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

    why i am not having that bootstrap folder in node modules ? at 1:18

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

      Same, I do not see bootstrap anymore, maybe it is an upgrade with the newer versions of Angular?

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

      ​@@robbyerobwe have to install bootstrap.. with some npm install bootstrap cmg in cli

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

      @@maheshshirsat9075 note, that this was completed and why this comment was made. I followed all of the instructions, NPM alerted me that 2 packages were installed. This happened with JQuery also. So somewhere there is an installation of Bootstrap and JQuery based on my command line of npm install bootstrap and npm install jquery. They are installed, because if I do another install command, they alert that they are already installed. They are not in node_modules.

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

    Good

  • @Leen-Odeh287
    @Leen-Odeh287 Год назад

    nice

  • @Stan-j5i
    @Stan-j5i Месяц назад +1

    This is bad way to use bootstrap into project, must be core scss files, not compiled css

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

    Done✅

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

    sir it's not working in Angular v14

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

      Installing bootstrap is not angular specific, so it should install bootstrap. After installing, you need to add the path of bootstrap CSS file in angular.json
      But if the bootstrap class which you are using is not working, then check the bootstrap documentation and there you need to find whether that bootstrap class is available in that version which you have installed. Because, bootstrap sometimes changes the class names.

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

      Or you can let me know the bootstrap version which you have installed and the bootstrap class which you are trying to use. I will check it and let you know.

    • @heybiplabb
      @heybiplabb 2 года назад +1

      @@procademy sorry sir, I forget to restart tha angular server. Now it's working fine☺️

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

      @@heybiplabb i cannot terminate the live development server

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

      In my system i can't terminate my live development server by ctrl c
      Pls help me

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

    {{Perfect}}

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

    fake

  • @PramodKumar-kl9dw
    @PramodKumar-kl9dw 2 года назад +5

    "node_modules/bootstrap/dist/css/bootstrap.min.css",