Skip to content

lestercardoz11/angular-form

Repository files navigation

Angular Form

This project is created as an assignment and was generated with Angular CLI version 12.0.2.

Basic summary

A dynamic webpage that can load a form in which one can fill an employee details and submit. Up on submit, the data is printed on the console in JSON format.

Details within the form:

Editable fields like Name, DOB, Address are loaded empty and can be filled. There is a list of department values in the form which is pre-populated, upon selection of a department, the manager's name will be displayed in the Manager field. The form can only be submitted once the name and email is entered.

Tech Stack

  • Angular 12
  • ngRX
  • SCSS

NgRx

NgRx is a framework for building reactive applications in Angular. NgRx Store provides reactive state management for Angular apps inspired by Redux.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app 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.

About

A dynamic webpage that can load a form in which one can fill an employee details and submit.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published