darrenjs / angular_modal_form

example of a modal form in angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

example of a modal form in angular

License:MIT License


Languages

Language:TypeScript 71.2%Language:HTML 17.0%Language:JavaScript 11.3%Language:CSS 0.5%