Haoliang Wu
Haoliang Wu
FYI, the library use observer pattern to process the multiples directive communication. The loadingMaskService act as ``Observable(multi cast)`` and the multiple directives act as ``Observer``, so I guess the issue...
hi @Albejr , if you have to put the business code into ``ngOnInit`` lifecycle, to wait the container element loaded, you have two options: * put the code into ``setTimeout``...
hi @pdecembre, thanks for your report, but I cannot reproduce the error you mentioned, I simply build my other project with ``ngx-loading-mask`` and ``--aot``, everything works fine. I used ``[email protected]``,...
although I am still using angular v5 in the company's projects, I can schedule the updating plan when I have time.
hi @chispaK , because I am not using Angular 6 too much, so just try to update it as per [Angular Update Guide](https://update.angular.io/). If you find any problems with the...
hi @pdecembre , thanks for your bug report, it seems I forgot export service type into module entry file, my bad. has fixed in #2 (should work in [email protected]). if...
I've confirmed it on my personal project, it seems this polyfill will not cover the custom elements(with using shadow dom), all the polyfills works as expected on light dom. If...