Skip to content

chore: Angular 18 to 20 migration + Dependency Audits#578

Open
sawankshrma wants to merge 6 commits into
devsecopsmaturitymodel:gsoc2026from
sawankshrma:angular_20-21
Open

chore: Angular 18 to 20 migration + Dependency Audits#578
sawankshrma wants to merge 6 commits into
devsecopsmaturitymodel:gsoc2026from
sawankshrma:angular_20-21

Conversation

@sawankshrma

Copy link
Copy Markdown
Collaborator

description in doc

toggleTagFilters(event: MatChipListboxChange) {
const selectedValues: string[] = event.value || [];
console.log(`${perfNow()}: Matrix: Tag filter changed: [${selectedValues.join(', ')}]`);
if (!environment.production) {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Usage of "production" is not good. Better is to use feature toggles. E.g. LOG_LEVEL=DEBUG .

See also https://dsomm.owasp.org/activity-description?uuid=a511799b-045e-4b96-9843-7d63d8c1e2ad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants