opensource-emr / hospital-management-emr

A complete open source for electronic healthcare record management in Hospitals, Clinics and Pharmacy.
https://opensource-emr.github.io/hospital-management-emr/
MIT License
254 stars 176 forks source link

Serve issue #59

Closed essaanid closed 1 year ago

essaanid commented 1 year ago

When i am trying to launch this angular project i am getting this error ERROR Error: The selector "my-app" did not match any elements in browser console i need your help please and thank you in advance

opensource-emr commented 1 year ago

Danphe App dones not run through angular. It run through MVC core. MVC Core index.cshtml bootstraps Angular compiled code. You should do ng build and index.cshtml should pull the angular dist binaries. Please check Dev documentation https://opensource-emr.github.io/hospital-management-emr//#setup