Hassan
Hassan
I am using dom-autoscroller with my Angular (v5) project and it works fine for the intended purpose. However i have noticed that when ever i modify something from the chrome...
Hi, I wanted to know how to get all the tags present in the RSS feed? Currently the `Scrape.feed` pull only selected tags.
I have `autosave` feature set to `true` which works just fine. However when the JWT token expires, i need to update the token in the editor configurations so that autosave...
I have my Angulartics module configured as: ``` Angulartics2Module.forRoot([Angulartics2GoogleAnalytics], { pageTracking: { clearQueryParams: false, clearIds : false, } }), ``` However its still removing the matrix notation URL part (...
In Chrome versions prior to 80 everything works fine. However the images that have attribute `loading="lazy"` stop showing up. The image tag inside the `cl-image` component is set to `display:...
**Describe the bug** If the mask consists of an array, it generates errors such as below when anything is entered at zero index: ``` Error: Cannot read properties of undefined...
Recently after upgrading to NG 11.2+ i noticed multiple mask blocks are not working as expected (as they used to). For instance this mask: ``` mask: [ { mask: '',...
I just started using imaskJS to convert some of the masks from TextMask package that we were using earlier. I pulled the example from the demos provided to come up...
The masked field works fine the first time its being setup with a numeric value. However if later you try to change its value it gives an error: ``` ERROR...
This library gives really good helpers to use on their own such as: `I'll hide you only in lg and sm screen sizes.'` However, its currently not possible to add...