Olivier Combe
Olivier Combe
When you edit files that can be injected (css for example) and other files at the same time (js, html), the browser is not always reloaded (only the css is...
When the brunch workers are enabled, it doesn't work because multiple instances of BrowserSync are launched on different ports and the changes are not pushed to the correct websocket.
We should offer a plugin to enable storage compression (see [this article](http://pieroxy.net/blog/pages/lz-string/index.html) and [this lib](https://github.com/nodeca/pako) for examples).
We could add an encryption functionality such as the one described in ngStore for Angular 2: https://docs.google.com/document/d/1DMacL7iwjSMPP0ytZfugpU4v0PWUK0BT6lhyaVEmlBQ/edit#heading=h.57girrphcre7 And something like that maybe: https://github.com/jas-/secStore.js
Hello everyone, I'd like to discuss about the future of this library and get your opinion on my plans. ### (Long) history _You can skip that part if you don't...
Hello, I use the `@angularclass/hmr-loader` npm webpack plugin, but it tries to install a lib named `@angularclass-loader`, looks like it doesn't handle the `/` well. From my webpack config: ```...
In the demo when I focus the first input and type "a", the list appears, in use my keyboard keys (not the mouse) to select the first result, and press...
Created a new loader component in harmony. We still re-export the loader from legacy because if there are 2 instances of the loader it creates bugs in the cli, in...
When we open multiple modals at the same time, if the second one is higher than the first one, the first backdrop height is incorrect (it doesn't go all the...