Christophe HOARAU
Christophe HOARAU
Hello, I just discovered your project which looks great and very interessing. I'm new to this concept, but I would like to use it with angular2. Do you plan any...
Core-js 3.x import path changed from ``` require("core-js/es6/symbol"); ``` to ``` require("core-js/es/symbol"); ```
# Feature Request #### What is the desired behavior? It would be great to go further by implementing [Container Query](https://css-tricks.com/container-query-discussion/). [ngx-responsive](https://github.com/ManuCutillas/ngx-responsive) already do something similar for adding/removing an element based...
Hi, It would be great to have touch device detection and tools (like isMobile, isDesktop ...) What do you think about it ? Thanks
Hi Manu, What do you think about adding a state and adapt directives which could detect and react (show/hide) if application has been installed on a mobile device or is...
Hi, First of all, thanks a lot for this great plugin. It saved my life on a previous project. This is not an issue but a question (I'm not sure...
Hi, Let's say I have 10 components, each one is using this great logger, with lots of debugging logs defined. Now I have completed 5 of those components in which...
Hello, This is my first attempt to use this loader but I can't make it work. I do have NODE_ENV set but still not working ``` console.log("process.env.NODE_ENV", process.env.NODE_ENV); // ->...
Hi, Do you think it could be possible to add an observable which could be subscribed in order to retrieve and use all logging events in another component? Of course...
Hi, I'm not sure if this is an issue with ratify or something else, but when I try to generate code with [swagger-js-codegen](https://github.com/wcandillon/swagger-js-codegen) and pointing to the root documentation generated...