Skip to content

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