Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1017 Bytes

File metadata and controls

21 lines (12 loc) · 1017 Bytes

Forms Typed

Tests Release semantic-release

Main project is ngx-forms-typed

See ngx-forms-typed Readme.md here

CHANGELOG

Contributing

Example app

An app that uses all features of ngx-forms-typed.

Build and run using

ngx ng build forms && ng serve

OR using 2 separate terminal windows ngx ng build forms -- --watch in a terminal and ngx ng serve in the second terminal window