You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @deprecated Use `MatProgressBarModule` from `@angular/material/progress-bar` instead. See https://material.angular.io/guide/mdc-migration for information about migrating.
// TODO(josephperrott): Add ARIA attributes for progress bar "for".
35
34
36
-
/** Last animation end data. */
35
+
/**
36
+
* Last animation end data.
37
+
* @deprecated Use `ProgressAnimationEnd` from `@angular/material/progress-bar` instead. See https://material.angular.io/guide/mdc-migration for information about migrating.
* Injection token used to provide the current location to `MatProgressBar`.
52
55
* Used to handle server-side rendering and to stub out during unit tests.
53
56
* @docs-private
57
+
* @deprecated Use `MAT_PROGRESS_BAR_LOCATION` from `@angular/material/progress-bar` instead. See https://material.angular.io/guide/mdc-migration for information about migrating.
@@ -60,12 +65,18 @@ export const MAT_LEGACY_PROGRESS_BAR_LOCATION = new InjectionToken<MatLegacyProg
60
65
/**
61
66
* Stubbed out location for `MatProgressBar`.
62
67
* @docs-private
68
+
* @deprecated Use `MatProgressBarLocation` from `@angular/material/progress-bar` instead. See https://material.angular.io/guide/mdc-migration for information about migrating.
69
+
* @breaking-change 17.0.0
63
70
*/
64
71
exportinterfaceMatLegacyProgressBarLocation{
65
72
getPathname: ()=>string;
66
73
}
67
74
68
-
/** @docs-private */
75
+
/**
76
+
* @docs-private
77
+
* @deprecated Use `MAT_PROGRESS_BAR_LOCATION_FACTORY` from `@angular/material/progress-bar` instead. See https://material.angular.io/guide/mdc-migration for information about migrating.
@@ -77,9 +88,17 @@ export function MAT_LEGACY_PROGRESS_BAR_LOCATION_FACTORY(): MatLegacyProgressBar
77
88
};
78
89
}
79
90
91
+
/**
92
+
* @deprecated Use `ProgressBarMode` from `@angular/material/progress-bar` instead. See https://material.angular.io/guide/mdc-migration for information about migrating.
/** Default `mat-progress-bar` options that can be overridden. */
97
+
/**
98
+
* Default `mat-progress-bar` options that can be overridden.
99
+
* @deprecated Use `MatProgressBarDefaultOptions` from `@angular/material/progress-bar` instead. See https://material.angular.io/guide/mdc-migration for information about migrating.
/** Injection token to be used to override the default options for `mat-progress-bar`. */
110
+
/**
111
+
* Injection token to be used to override the default options for `mat-progress-bar`.
112
+
* @deprecated Use `MAT_PROGRESS_BAR_DEFAULT_OPTIONS` from `@angular/material/progress-bar` instead. See https://material.angular.io/guide/mdc-migration for information about migrating.
* @deprecated Use `MatProgressBar` from `@angular/material/progress-bar` instead. See https://material.angular.io/guide/mdc-migration for information about migrating.
/** A set of criteria that can be used to filter a list of `MatProgressBarHarness` instances. */
11
+
/**
12
+
* A set of criteria that can be used to filter a list of `MatProgressBarHarness` instances.
13
+
* @deprecated Use `ProgressBarHarnessFilters` from `@angular/material/progress-bar/testing` instead. See https://material.angular.io/guide/mdc-migration for information about migrating.
/** Harness for interacting with a standard mat-progress-bar in tests. */
13
+
/**
14
+
* Harness for interacting with a standard mat-progress-bar in tests.
15
+
* @deprecated Use `MatProgressBarHarness` from `@angular/material/progress-bar/testing` instead. See https://material.angular.io/guide/mdc-migration for information about migrating.
0 commit comments