Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
e2e
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Angular 7 - Dynamic Reactive Forms directly from TypeORM models

This project demonstartes how to generate Angular7+ dynamic reactive forms and CRUD tables, directly from typeORM models.

Creates tables and reactive forms for data handing

diagram

Automatic ER diagram

diagram

Prerequistences

  • mySQL server

Installation steps

  • clone repository
  • npm install
  • Check ormconfig.json and set your DB connections details
  • Run db migration npm run migration
  • start client: npm run start
  • start backend: npm run gulp backend

Database migration scripts

  • Generate new migration: npm run generate-migration -- -n <migration_name>
  • Run migrations: npm run migration
  • Revert the last migration: npm run revert-migration

About

Angular 7 - dynamic reactive forms generated from typeorm entities

Topics

Resources

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
You can’t perform that action at this time.