George Kalpakas

Results 148 comments of George Kalpakas

For anyone landing on this thread: This seems to be an issue with how the `dotnet` command scaffolds the Angular project (and likely the fact that it uses a very...

This sounds more like a universal issue (possibly in combination with ServiceWorkers). But it is really hatd to tell without a way to reproduce. Could you, please, provide a minimal...

_Update:_ _Some of the docs have been updated in #44858. There still remain some more places to update (see https://github.com/angular/angular/pull/44858#pullrequestreview-873955152)._

Since some updates have been made in #44858, here are the remaining fixes/improvements: - [x] Update [check-for-update.service.ts][1] to make use of the return value of [SwUpdate#checkForUpdate()][2]. For example, it could...

After discussing this with the dev-infra team, we decided to change the implementation as follows in order to keep CI more deterministic and avoid introducing a CI dependency on an...

Yes, this is related to the order of applying the various attributes. According to [the spec][1], _"The default value is the minimum plus half the difference between the minimum and...

@alan-agius4, what other repercussions do you have in mind? Using a file as baseHref is valid. IMO, cli should suport that and treat it the same way as it will...

This mostly affects batarang (which runs on Chrome only), but I don't see any reason not to play it safe(r), by hooking into both events. At least, this way it...

This sounds like a general support question. Please, use one of the [appropriate support channels][1] for these types of questions. GitHub issues are reserved for bug reports and feature requests....

If anyone decides to tackle this, here is a possible implementation initially intended for inclusion in core (until we decided it was a better fit for `ngHint`): https://github.com/angular/angular.js/pull/13802