Skip to content

Simplify Examples in README.md#9

Open
jamiewastin wants to merge 1 commit intomoff:masterfrom
jamiewastin:patch-1
Open

Simplify Examples in README.md#9
jamiewastin wants to merge 1 commit intomoff:masterfrom
jamiewastin:patch-1

Conversation

@jamiewastin
Copy link

The example in the template was using unnecessary input bindings for static values:

<loaders-css [loader]="'square-spin'" [loaderClass]="'my-loader'"></loaders-css>

Becomes:

<loaders-css loader="square-spin" loaderClass="my-loader"></loaders-css>

The example in the template was using unnecessary input bindings for static values:

    <loaders-css [loader]="'square-spin'" [loaderClass]="'my-loader'"></loaders-css>

Becomes:

    <loaders-css loader="square-spin" loaderClass="my-loader"></loaders-css>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant