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
{{ message }}
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
I'm currently facing a misterious problem when building my Angular application.
I use Angular-CLI and run
ng build --prod --aot
.I then deploy it to Firebase using
firebase deploy
.The application starts fine but when it gets to
this.searchText.valueChanges.startWith(null)
, it throws an error because startWith is undefined:Code runs ok on localhost.
If this is not an issue with RxJS I'm sorry.
Thanks for your time.
The text was updated successfully, but these errors were encountered: