Abolfazl Roshanzamir

Results 8 comments of Abolfazl Roshanzamir

use the following CSS ``` ::ng-deep .angular-editor-textarea { outline: 0 !important; } ```

In the generated pdf, all text has been converted to italic. I don't know why? I have the same problem in both versions: `3.0.0` and` 3.0.1`

> For Android 10 , add following lines in AndroidManifest.xml Where are the lines?

Open the imagePicker like the following it works perfectly. `await ImagePicker.openPicker({ mediaType: 'any', compressVideoPreset: 'HighestQuality' })`

What we have to do in functional component (there is not componentDidCatch)?

> For google provider, we can use > > ``` > new GoogleLoginProvider (environment.google.loginProvider, {scope: 'email', ux_mode: 'redirect'}) > ``` > > How about Facebook provider? do we have any...

try this: ``` const date = moment.from(persianDate, 'fa', 'YYYY/MM/DD').locale('en').format('YYYY/MM/DD').replace(/\//g, '-'); console.log(new Date(date)) ```

I have the same problem..... suggestions?