Skip to content

Corrected probable error in Readme file

Created by: saksham93

In Readme, The command for running consolidator is as below: nx serve consolidator --disable-host-check --baseHref=/krb/nic/ --deployUrl=/krb/nic/ --publicHost=localhost:4200

In my opinion, it should be: ng serve consolidator --disable-host-check --baseHref=/krb/nic/ --deployUrl=/krb/nic/ --publicHost=localhost:4200

Merge request reports