0.0.10 • Published 10 months ago

transit-form-login v0.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months 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

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago