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
commit 79b8026 appears to be the problem. async was replaced with WaitforAsync, but the frontend won't build with the later version (10+) of angular core which replaces async with WaitforAsync.
Getting the error: immunizations_demo/frontend/node_modules/@angular/core/testing"' has no exported member 'waitForAsync'.
The text was updated successfully, but these errors were encountered: