0.0.3 • Published 4 months ago

@appiec/htaccess v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

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/htaccess

Usage:

ng generate @appiec/htaccess:htaccess