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
// TODO(josephperrott): Add ARIA attributes for progress bar "for".
34
39
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.
38
-
* @breaking-change 17.0.0
39
-
*/
40
-
exportinterfaceLegacyProgressAnimationEnd{
41
-
value: number;
42
-
}
43
-
44
40
// Boilerplate for applying mixins to MatProgressBar.
* Injection token used to provide the current location to `MatProgressBar`.
55
-
* Used to handle server-side rendering and to stub out during unit tests.
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.
* @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
70
-
*/
71
-
exportinterfaceMatLegacyProgressBarLocation{
72
-
getPathname: ()=>string;
73
-
}
74
-
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.
* @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.
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`.
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.
0 commit comments