Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit d81eb4c

Browse files
committed
Clarify deprecation message and README text.
PiperOrigin-RevId: 205305246
1 parent 62cd1da commit d81eb4c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/angular_components.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export 'theme/module.dart';
219219
export 'utils/async/async.dart';
220220

221221
/// A convenience list of all Directives exposed by this package.
222-
@Deprecated('Use the specific directives in your app for smaller code size.')
222+
@Deprecated('List the directives used by your app for smaller code size.')
223223
const List<dynamic> materialDirectives = const [
224224
AutoDismissDirective,
225225
AutoFocusDirective,

lib/material_card/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Material Card is card styling provided by the Google material team also known as
44
mdc-web. This is a wrapper to allow the style to be used in AngularDart
55
applications. For documentation on how to use these styling please see the [mdc
6-
documentation][docs] and examples can be found [here][demo].
6+
documentation][docs]. Examples can be found [here][demo].
77

88
[docs]: https://github.com/material-components/material-components-web/tree/master/packages/mdc-card
99
[demo]: https://material-components-web.appspot.com/card.html
@@ -12,8 +12,8 @@ documentation][docs] and examples can be found [here][demo].
1212

1313
The styles are provided by
1414
`package:angular_components/css/mdc_web/card/mdc-card.scss.css`. To use
15-
these styles in an angular component simply add it as a `styleUrls` value in
16-
your `Component` annotation. It is suggested that the style is added before any
15+
these styles in an Angular component simply add it as a `styleUrls` value in
16+
your `Component` annotation. We suggest that the style be added before any
1717
component specific styling so you can easily override style values as needed.
1818

1919
```dart

0 commit comments

Comments
 (0)