@appiec/htaccess
v0.0.3
Published
Generate .htaccess file for Angular application
Readme
Using Schematics: htaccess
This document describes how to use the htaccess schematic in an Angular project.
Introduction
The htaccess schematic allows for quick generation of the .htaccess configuration in an Angular project. This is useful for handling routing in Single Page Applications (SPAs).
Requirements
- Angular CLI installed on your system.
- An existing Angular project where you want to use this schematic.
Installation
First, you need to add the htaccess schematic to your Angular project:
npm install @appiec/htaccessUsage:
ng generate @appiec/htaccess:htaccess