Valexy - Angular 14 Landing Template
Introduction
Valexy is a fully responsive, clean and modern high-converting Angular 14 landing page template. It is a beautifully handcrafted, pixel perfect HTML5 landing page template based on the Angular 14 and latest twitter bootstrap v5.2.0 beta1. Valexy comes with 6 home demos Html files. All files are organized we believe it will be easy to use and edit them. This template is well organized and very easy to customize. Quick and easy to setup.
Please feel free to get back to me in case if you are having any question or feedback.
Structure
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
├── 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));
Credits & Official Documentation
We've used the following resources as listed. These are some awesome creation and we are thankful to the community.
Supports
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.
If you have any questions that are beyond the scope of this documentation, please feel free to email or contact us via my page.
Stay awesome
- Shreethemes
Changelog
Version v1.0 - 23rd November 2022
- Initial Released