Movie Full Stack Application with MongoDB, Spring Boot, and

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ธ.ค. 2024

ความคิดเห็น • 7

  • @manojkumarreddybhimavarapu9488
    @manojkumarreddybhimavarapu9488 ปีที่แล้ว +2

    Good Job.

    • @fullstackweb8
      @fullstackweb8  ปีที่แล้ว

      Many Thanks. Please subscribe to the channel for more full stack projects.

  • @miladata6383
    @miladata6383 11 หลายเดือนก่อน

    Why my frontend doesn't have app.module? im looking but it doesn't appear as well my app.routes.ts is not called the same as your file.

    • @fullstackweb8
      @fullstackweb8  11 หลายเดือนก่อน +1

      From Angular v17 onwards, Standalone is now the new default for the CLI.
      So when you create a new project, you won't have any modules in it if you don't specify anything.
      However, it is still possible to create a module-based app by using the --no-standalone flag : ng new --no-standalone
      Standalone components are a feature introduced in v14. With the change in v17, the Angular team strongly recommends to use them as they are easier to use, understand and are require less boilerplate.

    • @miladata6383
      @miladata6383 11 หลายเดือนก่อน +1

      @@fullstackweb8 thank you very much for the explanation. I will try this again

  • @gomaaabdo-p7w
    @gomaaabdo-p7w ปีที่แล้ว

    give me source code plz❤

    • @fullstackweb8
      @fullstackweb8  ปีที่แล้ว

      Hi, thanks for the comment. Please find the repository link for the source code github.com/fullstack-developer08/movie-app.git