0.0.7 • Published 2 years ago

erg-lib v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

ErgLib

This library has default components in it to serve your request

Table of Contents

Dependencies

erg-libAngularng-bootstrapBootstrap CSSPopper
0.0.X13.0.012.1.25.1.32.11.5

Installation

We strongly recommend using Angular CLI for setting up a new project. If you have an Angular ≥ 13 CLI project, you could simply use our schematics to add erg-lib library to it.

ng add erg-lib

Components and 'Alieses'

Here is all editable custom components

SchematicCommand
Login Pageerg-lib:login
Register Pageerg-lib:register
Header Pageerg-lib:header
Footer Pageerg-lib:footer
Navigator Componenterg-lib:navigator

How it works

To create custom component write line below to Terminal

ng g erg-lib:<component name>

Or you can use aliases

ng g <aliases name>

Also you can use parameters like --name --path(default path is src/app)

ng g erg-lib:<component name> --name <name> --path <path>