Skip to content

Commit b75f018

Browse files
devversionjelbourn
authored andcommitted
chore(toolbar): add doc for color property (#2318)
* Adds a JSDoc documentation for the `md-toolbar` color input.
1 parent d788718 commit b75f018

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/toolbar/toolbar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export class MdToolbar {
3131

3232
constructor(private elementRef: ElementRef, private renderer: Renderer) { }
3333

34+
/** The color of the toolbar. Can be primary, accent, or warn. */
3435
@Input()
3536
get color(): string {
3637
return this._color;

0 commit comments

Comments
 (0)