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
There is a bug that causes prod builds with angular CLI to fail when declaring components in 2 modules (which is necessary with the current setup): angular/angular-cli#6189
Fix is to exclude the lab.ts in the tsconfig of your main app.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
There is a bug that causes prod builds with angular CLI to fail when declaring components in 2 modules (which is necessary with the current setup):
angular/angular-cli#6189
Fix is to exclude the lab.ts in the tsconfig of your main app.
The text was updated successfully, but these errors were encountered: