Skip to content

docs(button): mark classes to exclude from docs #3513

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 9, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/lib/button/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import {coerceBooleanProperty} from '../core';

/**
* Directive whose purpose is to add the mat- CSS styling to this selector.
* @docs-private
*/
@Directive({
selector: 'button[md-button], button[mat-button], a[md-button], a[mat-button]',
Expand All @@ -28,6 +29,7 @@ export class MdButtonCssMatStyler {}

/**
* Directive whose purpose is to add the mat- CSS styling to this selector.
* @docs-private
*/
@Directive({
selector:
Expand All @@ -41,6 +43,7 @@ export class MdRaisedButtonCssMatStyler {}

/**
* Directive whose purpose is to add the mat- CSS styling to this selector.
* @docs-private
*/
@Directive({
selector:
Expand All @@ -53,6 +56,7 @@ export class MdIconButtonCssMatStyler {}

/**
* Directive whose purpose is to add the mat- CSS styling to this selector.
* @docs-private
*/
@Directive({
selector: 'button[md-fab], button[mat-fab], a[md-fab], a[mat-fab]',
Expand All @@ -64,6 +68,7 @@ export class MdFabCssMatStyler {}

/**
* Directive whose purpose is to add the mat- CSS styling to this selector.
* @docs-private
*/
@Directive({
selector: 'button[md-mini-fab], button[mat-mini-fab], a[md-mini-fab], a[mat-mini-fab]',
Expand Down