0.0.0 • Published 9 months ago

angular-form-builder-component v0.0.0

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

AngularFormBuilderComponent

This project was generated with Angular CLI version 16.1.8.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

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

Form Builder Library

Created a library named formBuilder inside the form builder component project.

Inside the library we have created modules and components for the layout design and also a service folder for the api services.

To export service from the library for accessing it in installed projects we have to specify the path of service in library package.json file.

In the form builder component project there is file named .npmrc which is used to specify the npm registry for publishing the library.

If any changes made to the library we have to build it using the command "ng build formBuilder".

After building then change the version of the library in the package.json file of library.

To publish the library open a terminal from the formBuilder folder inside the dist folder and use the command "npm publish" to publish it to the npm registry.