You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your work on this potentially useful package.
I have a simple Angular app using Angular v6.1.0. I have followed the instructions and have imported and bootstrapped ResponsiveModule in app.module. I installed "ngx-responsive": "^6.0.0".
However, in my components, when I use the directives like *sm, *isIphone, etc., the div (or p, etc.) element I am applying the directive to is simply not rendered. It is not included in the source code at all. (Confirmed via Chrome dev tools.)
Not sure what is happening, but it seems like the package is just not working as intended. If you have any thoughts, I'd be most appreciative.
The text was updated successfully, but these errors were encountered:
Thanks for your work on this potentially useful package.
I have a simple Angular app using Angular v6.1.0. I have followed the instructions and have imported and bootstrapped ResponsiveModule in app.module. I installed "ngx-responsive": "^6.0.0".
However, in my components, when I use the directives like *sm, *isIphone, etc., the div (or p, etc.) element I am applying the directive to is simply not rendered. It is not included in the source code at all. (Confirmed via Chrome dev tools.)
Not sure what is happening, but it seems like the package is just not working as intended. If you have any thoughts, I'd be most appreciative.
The text was updated successfully, but these errors were encountered: