Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.24 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.24 KB

<<<<<<< HEAD

FrontendUtilsLibrary

=======

sl-forms-library

>>>>>>> 7a7b6e50a721059e0b8af66734eb80e92676f2c3

This library will contain multiple npm package codes one being the form library. This repo contains the demo implementation of the library.

Project Flow Diagram

project-screenshot

🛠️ Installation Steps:

1. Specifically Angular 14

npm install -g @angular/cli@14

2. To build the library

ng build

3. To serve the application

ng serve -o

4. Code scaffolding

ng generate component component-name

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

frontend-utils-library

=======

🍰 Contribution Guidelines:

There are two folders in the projects folder. projects - sl-forms-demo - sl-forms-library So the sl-forms-library will contain the implementation part and sl-forms-demo will contain the demo implementation of the library

7a7b6e50a721059e0b8af66734eb80e92676f2c3