<<<<<<< HEAD
=======
>>>>>>> 7a7b6e50a721059e0b8af66734eb80e92676f2c3This library will contain multiple npm package codes one being the form library. This repo contains the demo implementation of the library.
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.
=======
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