-
Notifications
You must be signed in to change notification settings - Fork 672
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
24 additions
and
558 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 { AttributeSelectorUpgradeData, TargetVersion, VersionChanges } from '@angular/cdk/schematics'; | ||
|
||
export const attributeSelectors: VersionChanges<AttributeSelectorUpgradeData> = { | ||
[TargetVersion.V17]: [] | ||
[TargetVersion.V18]: [] | ||
}; |
This file contains 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 { ClassNameUpgradeData, TargetVersion, VersionChanges } from '@angular/cdk/schematics'; | ||
|
||
export const classNames: VersionChanges<ClassNameUpgradeData> = { | ||
[TargetVersion.V17]: [] | ||
[TargetVersion.V18]: [] | ||
}; |
This file contains 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 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 { CssSelectorUpgradeData, TargetVersion, VersionChanges } from '@angular/cdk/schematics'; | ||
|
||
export const cssSelectors: VersionChanges<CssSelectorUpgradeData> = { | ||
[TargetVersion.V17]: [] | ||
[TargetVersion.V18]: [] | ||
}; |
This file contains 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import { CssTokenUpgradeData, TargetVersion, VersionChanges } from '@angular/cdk/schematics'; | ||
|
||
export const cssTokens: VersionChanges<CssTokenUpgradeData> = { | ||
[TargetVersion.V18]: [] | ||
}; |
This file contains 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 { ElementSelectorUpgradeData, TargetVersion, VersionChanges } from '@angular/cdk/schematics'; | ||
|
||
export const elementSelectors: VersionChanges<ElementSelectorUpgradeData> = { | ||
[TargetVersion.V17]: [] | ||
[TargetVersion.V18]: [] | ||
}; |
This file contains 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 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 { InputNameUpgradeData, TargetVersion, VersionChanges } from '@angular/cdk/schematics'; | ||
|
||
export const inputNames: VersionChanges<InputNameUpgradeData> = { | ||
[TargetVersion.V17]: [] | ||
[TargetVersion.V18]: [] | ||
}; |
This file contains 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 { MethodCallUpgradeData, TargetVersion, VersionChanges } from '@angular/cdk/schematics'; | ||
|
||
export const methodCallChecks: VersionChanges<MethodCallUpgradeData> = { | ||
[TargetVersion.V17]: [] | ||
[TargetVersion.V18]: [] | ||
}; |
This file contains 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 { OutputNameUpgradeData, TargetVersion, VersionChanges } from '@angular/cdk/schematics'; | ||
|
||
export const outputNames: VersionChanges<OutputNameUpgradeData> = { | ||
[TargetVersion.V17]: [] | ||
[TargetVersion.V18]: [] | ||
}; |
This file contains 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 { PropertyNameUpgradeData, TargetVersion, VersionChanges } from '@angular/cdk/schematics'; | ||
|
||
export const propertyNames: VersionChanges<PropertyNameUpgradeData> = { | ||
[TargetVersion.V17]: [] | ||
[TargetVersion.V18]: [] | ||
}; |
This file contains 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 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 was deleted.
Oops, something went wrong.
52 changes: 0 additions & 52 deletions
52
schematics/ng-update/upgrade-rules/v17/autoRegisterFormWidgets.ts
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
schematics/ng-update/upgrade-rules/v17/files/jsonSchemaModule.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.