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 +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
* Add ShowHideDirective and GlobalEscapeDirective.
9
9
* Material Button: Update highlight styling.
10
10
* Material Chips: Allow overriding left-icon-color.
11
- * Material Expansionpanel :
11
+ * Material ExpansionPanel :
12
12
* Allow icon to be hidden and allow additional buttons in the header.
13
13
* Increase mixin specificity.
14
14
* Material Input:
22
22
* Add mixin to allow for error text margin.
23
23
* Refactor ` constructEncapsulatedCss ` to utils.
24
24
* Material Tab: Make ` text-wrap ` mixin more generic.
25
- * Material Tree: Add a ' shouldExpandAllWhenFiltered' input.
26
- * Material Toggle: Fix aria-pressed state.
25
+ * Material Tree: Add a ` shouldExpandAllWhenFiltered ` input.
26
+ * Material Toggle: Fix ` aria-pressed ` state.
27
27
* Material Tooltip:
28
28
* Allow paper tooltip CSS to be customizable.
29
29
* Allow ` 'error_outline' ` as a valid icon.
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ Angular package.
14
14
This is a continually growing set of widgets. See the [ example gallery] and the
15
15
[ documentation] for a full list. Recent additions include:
16
16
17
+ * Material Datepicker
17
18
* Material Menu
18
19
* Material Auto-suggest Input
19
- * Material Select Searchbox
20
20
21
21
[ example gallery ] : https://dart-lang.github.io/angular_components_example/
22
22
[ documentation ] : https://www.dartdocs.org/documentation/angular_components/latest/angular_components/angular_components-library.html
@@ -75,7 +75,7 @@ code generation through package [build]. To build your project with
75
75
## Required Icon Font
76
76
77
77
For icons to appear, add the following icon font download to your page.
78
- [Example](https://github.com/dart-lang/angular_components_example/blob/master/web/ index.html#L13 )
78
+ [Example](https://github.com/dart-lang/angular_components_example/blob/ae323a593cbb5508fa6fbe33afb7f5d40ea96a7e/angular_gallery/lib/builder/template/ index.html.mustache#L8 )
79
79
80
80
```html
81
81
<link
You can’t perform that action at this time.
0 commit comments