Skip to content
  • Pete Bacon Darwin's avatar
    docs(ivy): improve the missing `$localize` error message (#33826) · 8f034896
    Pete Bacon Darwin authored
    If the application is not running directly in the browser, e.g.
    universal or app-shell, then the `$localize` import must be
    adding to a different file than for normal browser applications.
    
    This commit adds more information about this to avoid any
    confusion.
    
    // FW-1557
    
    PR Close #33826
    8f034896