-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/angular 20 update and migration #454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
DenisValcke
wants to merge
26
commits into
master
Choose a base branch
from
feature/angular-20-update-and-migration
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
4dd0b60
chore(global): WIP: bump to Angular 20.2.4 and run migrations
DenisValcke 48790af
chore(global): WIP: bump to Angular 20.2.4 and fix linting
DenisValcke 5ef5479
chore(global): WIP: bump to Angular 20.2.4 and fix vitest dependencies
DenisValcke f0ea872
chore(global): WIP: bump to Angular 20.2.4 and fix js-pagination & ng…
DenisValcke 1e2a198
chore(global): resolve failing test suites apart from the ngx-tour
f8bd4ed
build(ngx-core): 20.0.0-beta.0
DenisValcke ddb34dc
fix(utils): remove redundant peerDependencies from the utils package
DenisValcke 613f083
build(utils): 2.0.3
DenisValcke 184db4d
fix(global): WIP: Fixed dependency and build issues by bumping severa…
DenisValcke 2186655
fix(ngx-tour): WIP: fix broken unit tests that were using the NgxWind…
DenisValcke dbb51e6
fix(ngx-tour): WIP: disable two remaining test cases that are failing…
DenisValcke 0afc466
fix(global): WIP: cleanup after upgrade
DenisValcke f43d658
fix(global): WIP: update docs and testing apps, provide more elaborat…
DenisValcke 0511531
build(ngx-core): 20.0.0
DenisValcke 62bc7a7
feat(global): bump dependencies on ngx-core to v20.0.0
DenisValcke 7414210
build(ngx-auth): 20.0.0
DenisValcke 647b33d
build(ngx-cookies): 20.0.0
DenisValcke 7ee10c5
build(ngx-forms): 20.0.0
DenisValcke b0803cc
build(ngx-gov-flanders): 20.0.0
DenisValcke 3a812c4
build(ngx-i18n): 20.0.0
DenisValcke e112121
build(ngx-inform): 20.0.0
DenisValcke 7e64f8d
build(ngx-layout): 20.0.0
DenisValcke c89e609
build(ngx-store): 20.0.0
DenisValcke fab0098
build(ngx-table): 20.0.0
DenisValcke 06eee10
build(ngx-tour): 20.0.0
DenisValcke 66c9a00
build(ngx-utils): 20.0.0
DenisValcke File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| lts/hydrogen | ||
| lts/jod |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| MIT License | ||
| lcMIT License | ||
|
|
||
| Copyright (c) 2023 Studio Hyperdrive | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ges/docs/angular/forms/implementation/form-accessor/demos/simple/simple.demo.component.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| import { Component } from '@angular/core'; | ||
| import { CommonModule } from '@angular/common'; | ||
|
|
||
| import { NgxFormsErrorAbstractComponent } from '@ngx/forms'; | ||
|
|
||
| @Component({ | ||
|
|
@@ -15,6 +15,6 @@ import { NgxFormsErrorAbstractComponent } from '@ngx/forms'; | |
| `, | ||
| styleUrls: ['./error.component.scss'], | ||
| standalone: true, | ||
| imports: [CommonModule], | ||
| imports: [], | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would delete this, since it's empty. |
||
| }) | ||
| export class FormErrorComponent extends NgxFormsErrorAbstractComponent {} | ||
4 changes: 2 additions & 2 deletions
4
...s/docs/angular/forms/implementation/ngxerrors/demos/ngxerrors/ngxerrors.demo.component.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ges/docs/angular/inform/implementation/directives/demos/tooltip/tooltip.demo.component.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...app/pages/docs/angular/inform/implementation/services/demos/modal/modal.demo.component.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,20 +1,20 @@ | ||
| // snippet-from-file="./bootstrap.demo.ts" "Application Config" | ||
|
|
||
| // snippet#component "Typescript" | ||
| import { CommonModule } from '@angular/common'; | ||
| import { ChangeDetectionStrategy, Component } from '@angular/core'; | ||
|
|
||
| import { ChangeDetectionStrategy, Component, inject } from '@angular/core'; | ||
| import { tap } from 'rxjs'; | ||
| import { ModalComponent } from './modal.component'; | ||
| import { NgxModalService } from '@ngx/inform'; | ||
|
|
||
| @Component({ | ||
| imports: [CommonModule], | ||
| imports: [], | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. idem |
||
| selector: 'modal-demo', | ||
| templateUrl: './modal.demo.component.html', | ||
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| }) | ||
| export class ModalDemoComponent { | ||
| constructor(private readonly modalService: NgxModalService) {} | ||
| private readonly modalService = inject(NgxModalService); | ||
|
|
||
| public sayHello(): void { | ||
| this.modalService | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
...gular/table/implementation/detail-row/demos/detail-row-1/detail-row-one.demo.component.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
...e/implementation/header/demos/header-loading-state/header-loading-state.demo.component.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
...mplementation/loading-and-empty-state/demos/loading-state/loading-state.demo.component.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is a typo?