Problem reproduction
This is a reproduction repo for an Angular issue "LOCALE_ID accessed in tests before APP_INITIALIZER runs (with Ivy)".
Angular github issue: #36230
Steps to reproduce
- checkout the repo
npm installng serve(application loads correctly, console confirms thatLOCALE_ID = fr-FR)ng test(fails,Error: Expected '' to equal 'fr-FR')
On this page
Languages
HTML73.4%TypeScript21.2%JavaScript5.2%CSS0.2%
Created March 24, 2020
Updated January 28, 2023