Luca Micieli
Luca Micieli
Thanks for the fast reply @jalada . I'll let you know what I can find and maybe submit a PR. The pragma is working but it must by spread everywhere....
I have the same problem and I think that it is related is some way to the "import * as " syntax. Also using ngrx in a multy-entrypoint lib "@mylib...
If I explicitly import the type and I use in the selector 'as' like this: ``` import {RequestStatus} from '@mylib/core' export const getDeleteLocationState = createSelector( selectProfile, state => state.locations.requestStatus as...
Hi @psenechal i looked into the problem, the error is due to the errors object in the formControl that is undefined if it is disabled, but it is marked as...
hi @Al-Sharif can you show me your configuration? as with the issue with #17 I have to improve the compatibility of the angular 9 but i don't think that you...
hi @rraksi The behaviour for the material input is the intedend one. Do you expect to see the translated message directly? if you see the demo project there are in...
@rraksi The non material example has a default error component that uses the translation pipe that is injected into the formFieldContainer, as explained in the readme this approach is not...
Hi @rooswelt sorry for late reply. Did you see any error or log to help identify the problem?
@simplenetworks I think i forgot to update the readme fot the ionic version you need to use the forRoot method of the module passing the googleWebClientId that is necessary for...
Hi @jgrossrieder sorry for late reply. I'm trying to understand how it can be done but i thing that the only way is to split the ionic module in multiple...