/angular_modal_form

example of a modal form in angular

Primary LanguageTypeScriptMIT LicenseMIT

NgModalForm

This project demonstrates how to create a modal form in Angular 7, using plain Angular and Bootstrap.

It is based on the guide Creating Forms Inside Modals with ng-bootstrap

To build and start the project, use these commands:

cd angular_modal_form
npm install
ln -snf ./node_modules/.bin/ng ng
./ng serve

... then open a browser to http://localhost:4200/