💻 JavaScript implementations of computer science algorithms
🔮 Libraries & tools for enabling Machine Learning driven user-experiences on the web
âš¡ Cheatsheet for developing lightning fast progressive Angular applications
🔥 ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint
Dependency injection library for JavaScript and TypeScript in 5.1K. It is an extraction of the Angular's ReflectiveInjector which means that it's well designed, feature complete, fast, reliable and well tested.
fix issue #691 (#700)
Describe the bug False positive : exported const TTLkey should have comment (or a comment on this block) or be unexported
To Reproduce
const (
TTLKey = "ttl" // Tome to live key
)
When the comment is above it, it won't complain, but when it is after it (same line) it complains.
Using revive 1.2.1 Command: revive -formatter friendly -exclude ./vendor/... ./...
Don't known / other
Yes
The profiler of Angular DevTools show infinite changes by Window.addEventListener:message
I have tried to remove all window.addEventListener('message', ...)
into the source code, but the issue persist.
No response
No response
ng version
)_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ â–³ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 14.0.0
Node: 14.15.0
Package Manager: npm 8.11.0
OS: win32 x64
Angular: 14.0.0
... animations, cdk, cli, common, compiler, compiler-cli, core
... forms, material, material-moment-adapter, platform-browser
... platform-browser-dynamic, router
Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1400.0
@angular-devkit/build-angular 14.0.0
@angular-devkit/core 14.0.0
@angular-devkit/schematics 14.0.0
@schematics/angular 14.0.0
rxjs 7.5.5
typescript 4.7.3
Maybe this is a duplicate of https://github.com/angular/angular/issues/45572
Yes, you correctly pointed out that this is a duplicate of https://github.com/angular/angular/issues/45572. Closing for now :)
The wrong action was suggested for the step "update @angular/material@9"
There following action was suggested :
cmd /C "set "NG_DISABLE_VERSION_CHECK=1" && npx @angular/cli@9 update @angular/cli@9 @angular/core@9"
Which should be instead :
cmd /C "set "NG_DISABLE_VERSION_CHECK=1" && npx @angular/cli@9 update @angular/material@9"
fix: update @angular/material@9 when using windows
@vteotia9 could you open a pull request?
build(devtools): update the extension version
Update the version for the Firefox and Chrome extension to enable us to publish the latest support of standalone components.
Let's reevaluate when we explore hydration. I'd suggest to keep it open to gauge the interest.
Update the version for the Firefox and Chrome extension to enable us to publish the latest support of standalone components.
refactor(devtools): update the extension version
Update the version for the Firefox and Chrome extension to enable us to publish the latest support of standalone components.
No response
We currently use Manifest version 2, which is deprecated and Chrome will no longer support it starting in 2023. Read more.
Explore the v3 format and update.
None.
Update the current version
@ajitzero there's a merge conflict because of your other PR. Can you resolve so we can merge?