We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f96d5 commit c175089Copy full SHA for c175089
README.md
@@ -165,7 +165,7 @@ export class YourAppComponent {}
165
<ngx-skeleton-loader></ngx-skeleton-loader>
166
<!-- above line will produce a skeleton component using `height: 30px;`" -->
167
<ngx-skeleton-loader [theme]="{background: 'blue'}"></ngx-skeleton-loader>
168
- <!-- above line will produce a skeleton component using `height: 30px; background: red;`" -->
+ <!-- above line will produce a skeleton component using `height: 30px; background: blue;`" -->
169
<ngx-skeleton-loader [theme]="{height: '50px', background: 'red'}"></ngx-skeleton-loader>
170
<!-- above line will produce a skeleton component using `height: 50px; background: red;`" -->
171
</div>
0 commit comments