Thank you very much for your purchase!

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

Support Email: themesbrand@gmail.com

The zip file contains all js files integrated with Lanrdick, however, you need to perform the following steps to get node_modules, etc.

Minimum Node Version Required

 v20.9.0

Open terminal or command prompt from the root directory of the project and run below command.

make sure you have installed angular cli in your os. If not installed then please run below command to install it globally.

npm install -g @angular/cli 
 npm install 

After Completion of installation Run following command to run the project locally. It will run automatically on http://localhost:4200 URL in your default browser it a couple of minutes to run.

ng serve

To create a production build run the below command.

ng build

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

File & Folder Structure



├── e2e
├── src/
	├── app
	├── assets
	├── environments
	├── favicon.ico
	├── index.html
	├── main.ts
	├── polyfills.ts
	├── styles.css
	└── test.ts
├── angular.json
├── karma.conf.js
├── package.json
├── tsconfig.app.json
├── tsconfig.json
├── tsconfig.spec.json
└── tslint.json

main.ts Structure


Dark Version :

In order to have Dark mode enabled, replace the reference of bootstrap.min.css to bootstrap-dark.min.css and also change style.css to style-dark.css in the src/index.html

Dark RTL Version :

In order to have Dark RTL mode enabled, Please changes in the src/index.html file update the html tag like <html lang="en" dir="rtl"> and than replace the reference of bootstrap.min.css to bootstrap-dark-rtl.min.css and also change style.css to style-dark-rtl.css

Light Version :

In order to have Dark mode enabled, replace the reference of bootstrap-dark.min.css to bootstrap.min.css and also change style-dark.css to style.css in the src/index.html

Light RTL Version :

In order to have Dark RTL mode enabled, Please changes in the src/index.html file update the html tag like <html lang="en" dir="rtl"> and than replace the reference of bootstrap.min.css to bootstrap-rtl.min.css and also change style.css to style-rtl.css

How to change menu items and update routes?
You can simply add or remove menu items from the src/app/shared/header/header.component.html file.

If you found any issues feel free to contact us via support from the Themeforest. We will be reply you in working days within 24 hours or asap for sure.

Once again thank you for purchasing the theme. I am always available to help you. If you have any suggestion or feature to make it better, I am requesting you to contact me, I'll try my best to add them in future updates.

Best,

- ThemesBrand

Copyright 2020 - ThemesBrand.