5.3.0-rc.4
Pre-release
Pre-release
Final candidate for 5.3.0.
AngularFireAnalyticsandAngularFireRemoteConfigshould be safe in non-browser environments (mostly noop due to lack of support in the Firebase libraries, but should not cause runtime exceptions)ScreenTrackingServiceshould now be more reliable in reporting your component's selector (asscreen_name), especially in AOT mode.- To better facilitate debugging,
ScreenTrackingServicewill console logscreen_viewevents whenDEBUG_MODEis enabled.
Please test that screen_class attribute is correct tracking your component's selector in Google Analytics for the ScreenTrackingService both against AOT and JIT. There's some hard to test code here. Report your experience on #2187