Skip to content

Commit

Permalink
docs(readme): update to angular syntax
Browse files Browse the repository at this point in the history
fix #37
  • Loading branch information
wintea7 committed Jun 7, 2019
1 parent e853e2b commit 1550302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class AppModule {}
| Input | Type | Default | Description |
| ------------------- | ------- | ----------------- | ------------------------------------------------- |
| animate | boolean | `true` | `false` to render with no animation |
| baseUrl | string | `` | Required if you're using `<base url="/" />` in your `<head/>`. Defaults to an empty string. This prop is commom used as: `<ContentLoader baseUrl={window.location.pathname} />` which will fill the svg attribute with the relative path. Related [#93](https://github.com/danilowoz/react-content-loader/issues/93).
| baseUrl | string | `` | Required if you're using `<base url="/" />` in your `<head/>`. Defaults to an empty string. This prop is commom used as: `<content-loader [baseUrl]=window.location.pathname />` which will fill the svg attribute with the relative path. Related [#93](https://github.com/danilowoz/react-content-loader/issues/93).
|
| width | number | `400` | |
| height | number | `130` | |
Expand Down

0 comments on commit 1550302

Please sign in to comment.