This repository was archived by the owner on May 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ export 'theme/module.dart';
219219export '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.' )
223223const List <dynamic > materialDirectives = const [
224224 AutoDismissDirective ,
225225 AutoFocusDirective ,
Original file line number Diff line number Diff line change 33Material Card is card styling provided by the Google material team also known as
44mdc-web. This is a wrapper to allow the style to be used in AngularDart
55applications. 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
1313The 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
1717component specific styling so you can easily override style values as needed.
1818
1919``` dart
You can’t perform that action at this time.
0 commit comments