Igor Minar
Igor Minar
Two things: - [angular.io v42](https://github.com/IgorMinar/angular-io-v42) might also benefit from this. I had to put in a [bunch of code that prevented some flickering](https://github.com/IgorMinar/angular-io-v42/blob/05508ab33b5f7227fcf695d033a2d96993c081bf/src/app/ngio-docviewer/ngio-docviewer.component.ts#L61) caused by the content being wiped out...
chrome.storage.sync would be the most natural and easy way to implement this. Since the extension can already serialize the state of spaces, syncing the state via chrome.storage.sync is likely just...
This issue affects at least one g3 target (I'm surprised that it's just one), more info in cl/351872802. The workaround for this issue is to move the component level providers...
Just a note that this fix also depends on https://github.com/solidjs/solid/issues/1325 which just got fixed in the Solid repo.
I've seen several implementations of this feature that use `createEmbeddedView` - such implementations are way too heavy weight and will result in performance issues, especially if the variable declarations are...
this is interesting! I thought of adding a pop-up before, but never got around to doing it. Could we change the UI to more clearly distinguish between the info that...
how about swapping url and version in history view?
The `text/plain, */*` was added to `application/json` primarily to support legacy backends, especially those serving static `.json` files and not recognizing them and serving them with a proper mime type....
@RichardLitt can you please use the new Angular logo instead? @juleskremer can you please point us to the artwork for the new logo? I couldn't find it in the angular/angular...
Thank you, Naomi! On Fri, Jan 29, 2016 at 9:19 AM Naomi Black [email protected] wrote: > The new logos are here: > https://github.com/angular/angular.io/tree/master/public/resources/images/logos/standard > and the favicon.ico: > https://github.com/angular/angular.io/blob/master/public/resources/images/icons/favicon.ico >...