If you have any questions that are beyond the scope of this documentation, please feel free to email or contact us via our page.

Invoza is a Responsive Bootstrap 5 landing page template built with Angular js. This responsive template comes with 6 Demo variations which can be used to build your product, service, marketing, app and SaaS landing pages. It’s fully responsive and built with bootstrap v5.3.2. You will be easily able to customize it for your needs.

Please feel free to get back to me in case if you are having any question or feedback.

I have tried to follow the standards and modular structure while developing the theme. Following sections are explaining the theme File & Folder, structure, html file struture and plugins.

File & Folder Structure


├── e2e
├── src
│   ├── app
│   ├── assets
│   ├── environments
│   ├── favicon.ico
│   ├── index.html
│   ├── main.ts
│   ├── polyfills.ts
│   ├── styles.scss
│   └── test.ts
├── .browserslistrc
├── .editorconfig
├── .gitignore
├── angular.json
├── karma.conf.js
├── package.json
├── package-lock.json
├── README.md
├── tsconfig.app.json
├── tsconfig.json
├── tsconfig.spec.json
└── tslint.json

main.ts Structure


import { enableProdMode } from '@angular/core';
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';

import { AppModule } from './app/app.module';
import { environment } from './environments/environment';

if (environment.production) {
  enableProdMode();
}

platformBrowserDynamic().bootstrapModule(AppModule)
  .catch(err => console.error(err));

													

We've used the following resources as listed. These are some awesome creation and we are thankful to the community.

Once again thank you for your purchase. I'll be happy to answer the the questions you have related to the theme. In case if you have any suggestion or feature, request please feel free to contact me, I'll try to implement it and will release as part of future updates.

Stay Awesome!

- Themesdesign

Version 1.1.0     25 December 2023

  • Updated to Angular 17
  • Updated to Bootstrap Version 5.2.3
  • Fixed minor issue

Version 1.0.0     26 September 2020

  • Initial released.

Copyright © 2023 Themesdesign.