问题
My angular -9 app is working fine in desktop band android mobile browser. but when I am trying to load the same page on safari, it's not loading properly.
tsconfig.json
"target": "es2015",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
]
browserslist
0.5% last 2 versions Firefox ESR not dead not IE 9-11 # For IE 9-11 support, remove 'not'.
thanks in advance!
来源:https://stackoverflow.com/questions/62623739/angular-9-page-not-rendering-on-safari-browser