Categories

Friday, April 26, 2024
#919814419350 therichposts@gmail.com
AngularAngular 14Angular 15Angular Ecommerce TemplatesAngular TemplatesBootstrap 5Bootstrap 5 TemplatesBootstrap Templates

Angular 14 Ecommerce Website Template Home Page

Angular 14 Ecommerce Website Template Home Page

Hello friends, welcome back to my blog. Today this blog post I will tell you, Angular 14 Ecommerce Website Template Home Page.

Key Features:

  1. Angular 14
  2. Ecommerce template with all pages
  3. Mini cart
  4. Cross-Browser Compatible
  5. Contact Form UI
  6. Burger Menu
  7. Fully responsive will support all the devices
  8. Bootstrap 5 Angular 14 Free Template Creation
  9. Angular 14 Bootstrap 5 Responsive Toggle Navbar
Working Video

Angular14 came and Bootstrap5 also and if you are new then you must check below two links:

  1. Angular14 Basic Tutorials
  2. Bootstrap 5

Friends now I proceed onwards and here is the working code snippet for Angular 14 Ecommerce Website Template Home Page and please use carefully this to avoid the mistakes:

1. Firstly friends we need fresh angular 14 setup and for this we need to run below commands but if you already have angular 14 setup then you can avoid below commands. Secondly we should also have latest node version installed on our system:

npm install -g @angular/cli 

ng new angulardemo //Create new Angular Project

cd angulardemo // Go inside the Angular Project Folder

ng g c header

ng g c footer

ng g c home 

2. Now friends, please download zip(in this zip file there are fonts, css and images for angular template) file from below path and extract zip and please put all the zip file folders in “src/assets” folder(which we will get from zip file):

https://therichpost.com/admin202.zip

3. Now guy’s we need to add below code inside our project/src/app/header/header.component.html file:

<header class="section-header">	
  <section class="header-main">
    <div class="container">
      <div class="row gy-3 align-items-center">
        <div class="col-lg-2 col-sm-4 col-4">
          <a href="http://therichpost.com" class="navbar-brand">
            RichEcom
          </a> <!-- brand end.// -->
        </div>
        <div class="order-lg-last col-lg-5 col-sm-8 col-8">
          <div class="float-end">
            <a href="#" class="btn btn-light"> 
                <i class="fa fa-user"></i>  <span class="ms-1 d-none d-sm-inline-block">Sign in  </span> 
            </a>
            <a href="#" class="btn btn-light"> 
              <i class="fa fa-heart"></i>  <span class="ms-1 d-none d-sm-inline-block">Wishlist</span>   
            </a>
            <a data-bs-toggle="offcanvas" href="#offcanvas_cart" class="btn btn-light"> 
              <i class="fa fa-shopping-cart"></i> <span class="ms-1">My cart </span> 
            </a>
              </div>
        </div> <!-- col end.// -->
        <div class="col-lg-5 col-md-12 col-12">
          <form action="#" class="">
                  <div class="input-group">
                    <input type="search" class="form-control" style="width:55%" placeholder="Search">
                    <select class="form-select">
                      <option value="">All type</option>
                      <option value="codex">Special</option>
                      <option value="comments">Only best</option>
                      <option value="content">Latest</option>
                    </select>
                    <button class="btn btn-primary">
                      <i class="fa fa-search"></i> 
                    </button>
                  </div> <!-- input-group end.// -->
                </form>
        </div> <!-- col end.// -->
        
      </div> <!-- row end.// -->
    </div> <!-- container end.// -->
  </section> <!-- header-main end.// -->

  <nav class="navbar navbar-light bg-white border-top navbar-expand-lg">
    <div class="container">
      <button class="navbar-toggler border" type="button" data-bs-toggle="collapse" data-bs-target="#navbar_main">
        <span class="navbar-toggler-icon"></span>
      </button>
      
      <div class="collapse navbar-collapse" id="navbar_main">
        <ul class="navbar-nav">
          <li class="nav-item">
            <a class="nav-link ps-0" href="#"> Categories </a>
          </li>
          <li class="nav-item">
            <a class="nav-link" href="#">Hot offers</a>
          </li>
          <li class="nav-item">
            <a class="nav-link" href="#">Gift boxes</a>
          </li>
          <li class="nav-item">
            <a class="nav-link" href="#">Projects</a>
          </li>
          <li class="nav-item">
            <a class="nav-link" href="#">Menu item</a>
          </li>
          <li class="nav-item">
            <a class="nav-link" href="#">Menu name</a>
          </li>
          <li class="nav-item dropdown">
            <a class="dropdown-toggle nav-link" href="#" data-bs-toggle="dropdown">
              Others
            </a>
            <ul class="dropdown-menu">
              <li> <a class="dropdown-item" href="#">Submenu one </a> </li>
              <li> <a class="dropdown-item" href="#">Submenu two</a> </li>
              <li> <a class="dropdown-item" href="#">Submenu three</a> </li>
            </ul>
          </li>
        </ul>
      </div> <!-- collapse end.// -->
    </div> <!-- container end.// -->
  </nav> <!-- navbar end.// -->
</header> <!-- section-header end.// -->

4. Now guy’s we need to add below code inside our project/src/app/footer/footer.component.html file:

<footer class="section-footer bg-gray-light">
    <div class="container">
      <section class="footer-main padding-y">
        <div class="row">
          <aside class="col-12 col-sm-12 col-lg-3">
            <article class="me-lg-4">
              <p class="mt-3"> © 2021- 2022 Templatemount. <br> All rights reserved. </p>
            </article>
          </aside>
          <aside class="col-6 col-sm-4 col-lg-2">
            <h6 class="title">Store</h6>
            <ul class="list-menu mb-4">
              <li> <a href="#">About us</a></li>
              <li> <a href="#">Find store</a></li>
              <li> <a href="#">Categories</a></li>
              <li> <a href="#">Blogs</a></li>
            </ul>
          </aside>
          <aside class="col-6 col-sm-4 col-lg-2">
            <h6 class="title">Information</h6>
            <ul class="list-menu mb-4">
              <li> <a href="#">Help center</a></li>
              <li> <a href="#">Money refund</a></li>
              <li> <a href="#">Shipping info</a></li>
              <li> <a href="#">Refunds</a></li>
            </ul>
          </aside>
          <aside class="col-6 col-sm-4  col-lg-2">
            <h6 class="title">Support</h6>
            <ul class="list-menu mb-4">
              <li> <a href="#"> Help center </a></li>
              <li> <a href="#"> Documents </a></li>
              <li> <a href="#"> Account restore </a></li>
              <li> <a href="#"> My Orders </a></li>
            </ul>
          </aside>
          <aside class="col-12 col-sm-12 col-lg-3">
            <h6 class="title">Newsletter</h6>
            <p>Stay in touch with latest updates about our products and offers </p>
    
            <form class="mb-3">
              <div class="input-group">
                <input class="form-control" type="text" placeholder="Email">
                <button class="btn btn-light" type="submit">
                  Join
                </button>
              </div> <!-- input-group.// -->
            </form>
          </aside>
        </div> <!-- row.// -->
      </section>  <!-- footer-top.// -->
    
      <section class="footer-bottom d-flex justify-content-lg-between border-top">
        <div>
          <i class="fab fa-lg fa-cc-visa"></i>
          <i class="fab fa-lg fa-cc-amex"></i>
          <i class="fab fa-lg fa-cc-mastercard"></i>
          <i class="fab fa-lg fa-cc-paypal"></i>
        </div>
        <nav class="dropup">
            <button class="dropdown-toggle btn d-flex align-items-center py-0" type="button" data-bs-toggle="dropdown">
              <img src="assets/images/flag-usa.webp" class="me-2" height="20"> 
              <span>English</span>
            </button>
            <ul class="dropdown-menu dropdown-menu-end">
              <li><a class="dropdown-item" href="#">Russian</a></li>
              <li><a class="dropdown-item" href="#">Arabic</a></li>
              <li><a class="dropdown-item" href="#">Spanish</a></li>
            </ul>
        </nav>
        
      </section>
    </div> <!-- container end.// -->
    </footer>
    
    
    <aside class="offcanvas offcanvas-end" tabindex="-1" id="offcanvas_cart">
        <div class="offcanvas-header">
          <h5 class="offcanvas-title">Your cart (3) </h5>
          <button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>
        </div>
        <div class="offcanvas-body">
          
          <figure class="itemside mb-4">
            <div class="aside">
              <img src="assets/images/items/14.webp" class="border img-sm rounded">
            </div>
            <figcaption class="info">
              <a href="#" class="btn btn-icon btn-light float-end"><i class="fa fa-trash"></i></a>
              <p> Leather Wallet for Men</p>
              <span class="text-muted">1 x $200.95 </span> <br>
              <strong class="price"> $400.90 </strong>
            </figcaption>
          </figure>
    
          <figure class="itemside  mb-4">
            <div class="aside">
              <img src="assets/images/items/2.webp" class="border img-sm rounded">
            </div>
            <figcaption class="info">
              <a href="#" class="btn btn-icon btn-light float-end"><i class="fa fa-trash"></i></a>
              <p> Canon EOS 1400 Black </p>
              <span class="text-muted">2 x $169.95 </span> <br>
              <strong class="price"> $339.90 </strong>
            </figcaption>
          </figure>
    
          <figure class="itemside  mb-4">
            <div class="aside">
              <img src="assets/images/items/11.webp" class="border img-sm rounded">
            </div>
            <figcaption class="info">
              <a href="#" class="btn btn-icon btn-light float-end"><i class="fa fa-trash"></i></a>
              <p> Winter Jacket for men and lady </p>
              <span class="text-muted">2 x $169.95 </span> <br>
              <strong class="price"> $339.90 </strong>
            </figcaption>
          </figure>
          <hr>
         
          <p class="mb-3 text-center"> Subtotal:  <strong class="text-danger">$893.00</strong>  </p>
          <div class="mb-3">
            <a href="#" class="btn w-100 btn-success"> Checkout </a>
          </div>
          <p class="mb-3 text-center"> <img src="assets/images/payments.webp" height="22">  </p>
    
        </div> <!-- offcanvas-body -->
    </aside> <!-- offcanvas -->

5. Now guy’s we need to add below code inside our project/src/app/home/home.component.html file:

<!-- ================ SECTION INTRO ================ -->
<section class="section-intro bg-primary padding-y-lg">
  <div class="container">

    <article class="my-5">
      <h1 class="display-4 text-white"> Best products & <br> brands in our store  </h1>
      <p class="lead text-white">Trendy Products, Factory Prices, Excellent Service</p>
      <a href="#" class="btn btn-warning"> Purchase now</a> 
      <a href="#" class="btn btn-light"> Learn more </a>
    </article>

  </div> <!-- container end.// -->
</section>
<!-- ================ SECTION INTRO END.// ================ -->

<!-- ================ SECTION PRODUCTS ================ -->
<section class="padding-y">
<div class="container">

  <header class="section-heading">
    <h3 class="section-title">New products</h3>
  </header> 

  <div class="row">
    <div class="col-lg-3 col-md-6 col-sm-6">
      <figure class="card card-product-grid">
        <div class="img-wrap"> 
          <img src="assets/images/items/1.webp"> 
        </div>
        <figcaption class="info-wrap border-top">
          <div class="price-wrap">
            <span class="price">$790.50</span>
          </div> <!-- price-wrap.// -->
          <p class="title mb-2">GoPro HERO6 4K Action Camera - Black</p>
          
          <a href="#" class="btn btn-primary">Add to cart</a>
          <a href="#" class="btn btn-light btn-icon"> <i class="fa fa-heart"></i> </a>
        </figcaption>
      </figure>
    </div> <!-- col end.// -->

    <div class="col-lg-3 col-md-6 col-sm-6">
      <figure class="card card-product-grid">
        <div class="img-wrap"> 
          <img src="assets/images/items/2.webp"> 
        </div>
        <figcaption class="info-wrap border-top">
          <div class="price-wrap">
            <span class="price">$320.00</span>
          </div> <!-- price-wrap.// -->
          <p class="title mb-2">Canon camera  20x zoom, Black color EOS 2000</p>
          
          <a href="#" class="btn btn-primary">Add to cart</a>
          <a href="#" class="btn btn-light btn-icon"> <i class="fa fa-heart"></i> </a>
        </figcaption>
      </figure>
    </div> <!-- col end.// -->

    <div class="col-lg-3 col-md-6 col-sm-6">
      <figure class="card card-product-grid">
        <div class="img-wrap"> 
          <img src="assets/images/items/3.webp"> 
        </div>
        <figcaption class="info-wrap border-top">
          <div class="price-wrap">
            <span class="price">$120.00</span>
          </div> <!-- price-wrap.// -->
          <p class="title mb-2">Xiaomi Redmi 8 Original Global Version 4GB</p>
          
          <a href="#" class="btn btn-primary">Add to cart</a>
          <a href="#" class="btn btn-light btn-icon"> <i class="fa fa-heart"></i> </a>
        </figcaption>
      </figure>
    </div> <!-- col end.// -->

    <div class="col-lg-3 col-md-6 col-sm-6">
      <figure class="card card-product-grid">
        <div class="img-wrap"> 
          <img src="assets/images/items/4.webp"> 
        </div>
        <figcaption class="info-wrap border-top">
          <div class="price-wrap">
            <span class="price">$120.00</span>
          </div> <!-- price-wrap.// -->
          <p class="title mb-2">Apple iPhone 12 Pro 6.1" RAM 6GB 512GB Unlocked</p>
          
          <a href="#" class="btn btn-primary">Add to cart</a>
          <a href="#" class="btn btn-light btn-icon"> <i class="fa fa-heart"></i> </a>
        </figcaption>
      </figure>
    </div> <!-- col end.// -->

    <div class="col-lg-3 col-md-6 col-sm-6">
      <figure class="card card-product-grid">
        <div class="img-wrap"> 
          <img src="assets/images/items/5.webp"> 
        </div>
        <figcaption class="info-wrap border-top">
          <div class="price-wrap">
            <span class="price">$120.00</span>
          </div> <!-- price-wrap.// -->
          <p class="title mb-2">Apple Watch Series 1 Sport Case 38mm Black</p>
          
          <a href="#" class="btn btn-primary">Add to cart</a>
          <a href="#" class="btn btn-light btn-icon"> <i class="fa fa-heart"></i> </a>
        </figcaption>
      </figure>
    </div> <!-- col end.// -->

    <div class="col-lg-3 col-md-6 col-sm-6">
      <figure class="card card-product-grid">
        <div class="img-wrap"> 
          <img src="assets/images/items/6.webp"> 
        </div>
        <figcaption class="info-wrap border-top">
          <div class="price-wrap">
            <span class="price">$120.00</span>
          </div> <!-- price-wrap.// -->
          <p class="title mb-2">T-shirts with multiple colors, for men and lady</p>
          
          <a href="#" class="btn btn-primary">Add to cart</a>
          <a href="#" class="btn btn-light btn-icon"> <i class="fa fa-heart"></i> </a>
        </figcaption>
      </figure>
    </div> <!-- col end.// -->

    <div class="col-lg-3 col-md-6 col-sm-6">
      <figure class="card card-product-grid">
        <div class="img-wrap"> 
          <img src="assets/images/items/7.webp"> 
        </div>
        <figcaption class="info-wrap border-top">
          <div class="price-wrap">
            <span class="price">$99.50</span>
          </div> <!-- price-wrap.// -->
          <p class="title mb-2">Gaming Headset 32db Blackbuilt in mic</p>
          
          <a href="#" class="btn btn-primary">Add to cart</a>
          <a href="#" class="btn btn-light btn-icon"> <i class="fa fa-heart"></i> </a>
        </figcaption>
      </figure>
    </div> <!-- col end.// -->

    <div class="col-lg-3 col-md-6 col-sm-6">
      <figure class="card card-product-grid">
        <div class="img-wrap"> 
          <img src="assets/images/items/8.webp"> 
        </div>
        <figcaption class="info-wrap border-top">
          <div class="price-wrap">
            <span class="price">$120.00</span>
          </div> <!-- price-wrap.// -->
          <p class="title mb-2">T-shirts with multiple colors, for men and lady</p>
          
          <a href="#" class="btn btn-primary">Add to cart</a>
          <a href="#" class="btn btn-light btn-icon"> <i class="fa fa-heart"></i> </a>
        </figcaption>
      </figure>
    </div> <!-- col end.// -->
  </div> <!-- row end.// -->

</div> <!-- container end.// -->
</section>
<!-- ================ SECTION PRODUCTS END.// ================ -->

<!-- ================ SECTION FEATURE ================ -->
<section class="bg-light padding-y">
<div class="container">

  <header class="section-heading mt-2 mb-5">
    <h3 class="section-title">Why choose us</h3>
  </header> 

  <div class="row mb-4">
    <div class="col-lg-4 col-md-6">	
      <figure class="itemside align-items-center mb-4">
        <div class="aside">
          <span class="rounded-circle shadow-sm text-primary icon-lg bg-white">
            <i class="fa fa-money-bill"></i>
          </span>
        </div>
        <figcaption class="info">
          <h6 class="title">Reasonable prices</h6>
          <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmor </p>
        </figcaption>
      </figure> <!-- itemside // -->
    </div><!-- col // -->
    <div class="col-lg-4 col-md-6">
      <figure class="itemside align-items-center  mb-4">
        <div class="aside">
          <span class="rounded-circle shadow-sm text-primary icon-lg bg-white">
            <i class="fa fa-star"></i>
          </span>
        </div>
        <figcaption class="info">
          <h6 class="title">Best quality</h6>
          <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmor </p>
        </figcaption>
      </figure> <!-- itemside // -->
    </div><!-- col // -->
      <div class="col-lg-4 col-md-6">
      <figure class="itemside align-items-center  mb-4">
        <div class="aside">
          <span class="rounded-circle shadow-sm text-primary icon-lg bg-white">
            <i class="fa fa-plane"></i>
          </span>
        </div>
        <figcaption class="info">
          <h6 class="title">Worldwide shipping</h6>
          <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmor </p>
        </figcaption>
      </figure> <!-- itemside // -->
    </div> <!-- col // -->
    <div class="col-lg-4 col-md-6">	
      <figure class="itemside align-items-center  mb-4">
        <div class="aside">
          <span class="rounded-circle shadow-sm text-primary icon-lg bg-white">
            <i class="fa fa-users"></i>
          </span>
        </div>
        <figcaption class="info">
          <h6 class="title">Customer satisfaction</h6>
          <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmor </p>
        </figcaption>
      </figure> <!-- itemside // -->
    </div><!-- col // -->
    <div class="col-lg-4 col-md-6">
      <figure class="itemside align-items-center mb-4">
        <div class="aside">
          <span class="rounded-circle shadow-sm text-primary icon-lg bg-white">
            <i class="fa fa-thumbs-up"></i>
          </span>
        </div>
        <figcaption class="info">
          <h6 class="title">Happy customers</h6>
          <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmor </p>
        </figcaption>
      </figure> <!-- itemside // -->
    </div><!-- col // -->
      <div class="col-lg-4 col-md-6">
      <figure class="itemside align-items-center mb-4">
        <div class="aside">
          <span class="rounded-circle shadow-sm text-primary icon-lg bg-white">
            <i class="fa fa-box"></i>
          </span>
        </div>
        <figcaption class="info">
          <h6 class="title">Thousand items</h6>
          <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmor </p>
        </figcaption>
      </figure> <!-- itemside // -->
    </div> <!-- col // -->
  </div>
</div> <!-- container end.// -->
</section>
<!-- ================ SECTION FEATURE END.// ================ -->

<!-- ================ SECTION BLOG ================ -->
<section class="padding-y">
<div class="container">

  <header class="section-heading">
    <h3 class="section-title">Blog posts</h3>
  </header> 

  <div class="row">
    <div class="col-lg-3 col-md-6 col-sm-6 col-12">
      <article>
        <a href="#" class="img-wrap">
          <img class="rounded w-100" src="assets/images/posts/1.webp" height="160">
        </a> 
        <div class="mt-2">
          <time class="text-muted small d-block mb-1" datetime="2022-02-14 00:00"> <i class="fa fa-calendar-alt"></i> 23.12.2021</time>
          <a href="#"><h6 class="title">How to promote brands</h6></a>
          <p>When you enter into any new area of science, you almost reach</p>
        </div>
      </article>
    </div> <!-- col.// -->

    <div class="col-lg-3 col-md-6 col-sm-6 col-12">
      <article>
        <a href="#" class="img-wrap">
          <img class="rounded w-100" src="assets/images/posts/2.webp" height="160">
        </a> 
        <div class="mt-2">
          <time class="text-muted small d-block mb-1" datetime="2022-02-14 00:00"> <i class="fa fa-calendar-alt"></i> 03.09.2022</time>
          <a href="#"><h6 class="title">How we handle shipping</h6></a>
          <p>When you enter into any new area of science, you almost reach</p>
        </div>
      </article>
    </div> <!-- col.// -->

    <div class="col-lg-3 col-md-6 col-sm-6 col-12">
      <article>
        <a href="#" class="img-wrap">
          <img class="rounded w-100" src="assets/images/posts/3.webp" height="160">
        </a> 
        <div class="mt-2">
          <time class="text-muted small d-block mb-1" datetime="2022-02-14 00:00"> <i class="fa fa-calendar-alt"></i> 13.12.2021</time>
          <a href="#"><h6 class="title">How to promote brands</h6></a>
          <p>When you enter into any new area of science, you almost reach</p>
        </div>
      </article>
    </div> <!-- col.// -->

    <div class="col-lg-3 col-md-6 col-sm-6 col-12">
      <article>
        <a href="#" class="img-wrap">
          <img class="rounded w-100" src="assets/images/posts/4.webp" height="160">
        </a> 
        <div class="mt-2">
          <time class="text-muted small d-block mb-1" datetime="2022-02-14 00:00"> <i class="fa fa-calendar-alt"></i> 25.11.2022</time>
          <a href="#"><h6 class="title">Success story of sellers</h6></a>
          <p>When you enter into any new area of science, you almost reach</p>
        </div>
      </article>
    </div> <!-- col.// -->
  </div> <!-- row.// -->

</div> <!-- container end.// -->
</section>
<!-- ================ SECTION BLOG END.// ================ -->

6. Now guy’s we need to add below inside project/src/app/app.component.html file:

<app-header></app-header>
<app-home></app-home>
<app-footer></app-footer>

7. Now guy’s we need to add below code inside our project/src/index.html file:

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <base href="/">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="icon" type="image/x-icon" href="favicon.ico">
  <title>Angular Ecommerce Website</title>

  <!-- Bootstrap css -->
  <link href="assets/css/bootstrap.css?v=2.0" rel="stylesheet" type="text/css" />

  <!-- Custom css -->
  <link href="assets/css/ui.css?v=2.0" rel="stylesheet" type="text/css" />
  <link href="assets/css/responsive.css?v=2.0" rel="stylesheet" type="text/css" />

  <!-- Font awesome 5 -->
  <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" type="text/css" rel="stylesheet">
</head>
<body>
  <app-root></app-root>
  <!-- Bootstrap js -->
  <script src="assets/js/bootstrap.bundle.min.js"></script>

  <!-- Custom js -->
  <script src="assets/js/script.js?v=2.0"></script>
</body>
</html>

Friends in the end must run ng serve command into your terminal to run the angular 14 project (localhost:4200).

Guys click here to check the Angular 14 Bootstrap 5 Free Templates.

Now we are done friends. If you have any kind of query, suggestion and new requirement then feel free to comment below.

Jassa

Thanks

therichpost
the authortherichpost
Hello to all. Welcome to therichpost.com. Myself Ajay Malhotra and I am freelance full stack developer. I love coding. I know WordPress, Core php, Angularjs, Angular 14, Angular 15, Angular 16, Angular 17, Bootstrap 5, Nodejs, Laravel, Codeigniter, Shopify, Squarespace, jQuery, Google Map Api, Vuejs, Reactjs, Big commerce etc.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.