Introduction to Angular CLI Part 5 - Deploying your application to a remote server

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

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

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

    Great video. Thanks.

  • @rockstar9421
    @rockstar9421 5 лет назад +1

    Great video. Thanks it helped a lot.

    • @HashtagCoder
      @HashtagCoder  5 лет назад

      hey, thanks! would you mind giving some feedback on how i spoke? did i give enough examples? what could i do better?

  • @yujochia
    @yujochia 6 лет назад

    very helpful

  • @ghostwavewrider
    @ghostwavewrider 5 лет назад +1

    Since you made this video, has the deployment process gotten any easier?

    • @HashtagCoder
      @HashtagCoder  5 лет назад

      I definitely think deployment has become easier, especially if you're using an out of the box service like Heroku/Now. There was an awkward time for web development in general where there we're a lot of tools coming out but not many standards, I think we're getting to the end of that now and everything is becoming much easier to use without a lot of configuration steps.

  • @tefax4716
    @tefax4716 7 лет назад +1

    useful video thx

    • @HashtagCoder
      @HashtagCoder  5 лет назад

      i'm glad you found it useful! how have you been getting on with angular?

  • @kittiewvon4882
    @kittiewvon4882 7 лет назад +1

    hi , i have some problem to ask you. Do you face the problem when you refresh the other page except index ? I found the problem page not found when I stay in other page (except index) and then i refreshed.

    • @ShinRai1090
      @ShinRai1090 7 лет назад

      Kittitiew V. I too faced this issue... I'm using apache http for deployment.. Any solutions yet? 🙊

    • @saravanannandhan3893
      @saravanannandhan3893 7 лет назад

      I am also gettting this issue ................... Any solutions for this? please

    • @ShinRai1090
      @ShinRai1090 7 лет назад

      Saravanan Nandhan hi i fixed this issue using useHash property.. Its set to false normally, set it to true in routing.
      RouterModule.forRoot(routes, {useHash: true})

    • @saravanannandhan3893
      @saravanannandhan3893 7 лет назад

      Sachin Hegde Thanks it's working fine
      but every refresh it's redirected to dashboard page
      how to handle this too?

    • @HashtagCoder
      @HashtagCoder  7 лет назад

      Have you correctly set the base href in the index.html file? If you set it to index.html it should work.

  • @KunalIngole9219
    @KunalIngole9219 7 лет назад

    How deploy on Amazon c2 server