ionic5
Render HTML content in Ionic 3/4/5
You should use the innerHTML attribute binding like this: <div [innerHTML]=”text”></div> Please take a look at the Angular docs for more information.
AAPT: error: attribute android:requestLegacyExternalStorage not found
(Material Files author here) You need to compile against SDK 29 and maybe use the most recent build tools for aapt to know this attribute, because it’s introduced in Android 10.