0.0.10 • Published 3 years ago

transit-form-login v0.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

TransitFormLogin

TransitFormLogin is an Angular library that provides a login form component with email and password inputs. The form is built using reactive forms in Angular and styled with Bootstrap.
, The goal is to create a simple core library that can be customized and extended.
This library was generated with Angular CLI version 14.2.0.

Compatibility

Angular VersionCompatible?
14.2.0+
14.1.0 and below

Installation

You can install the TransitFormLogin library using npm:

npm i transit-form-login

Usage

1- Import the TransitFormLoginModule into your Angular module:

import { TransitFormLoginModule } from 'transit-form-login';

@NgModule({ declarations: AppComponent, imports: BrowserModule, TransitFormLoginModule, bootstrap: AppComponent }) export class AppModule {}

3- Use the TransitFormLoginComponent in your template:
Use <lib-transit-form-login backgroundLink="imageSrc" apiLink="apiLink"

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago