You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Antun Badurina edited this page Jan 14, 2020
·
1 revision
Ensure you're running Node >=10.x.x+ and NPM >=6.x.x+
Run npm run build:watch to start lib build in watch mode. After initial build is finished, run npm run start:sample-app separately to start the sample app which uses the locally built lib.
If precommit hook fails with message Cannot find module 'ngx-form-object', make sure to run npm run build before commiting since precommit hooks do a dry-run TS compilation and sample app depends on built files.