Skip to content

Commit

Permalink
feat(#no-ref): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikamaldinov1 committed Oct 3, 2023
1 parent eed8429 commit 9a3dfe0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-loader-indicator",
"version": "16.0.0",
"version": "16.0.1",
"description": "The best directive without wrapping your element to additional component",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions src/app/cards/cards.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div
class="card"
*ngFor="let card of cardDocs; trackBy: trackByPath"
[ngClass]="type | color : card.id"
[ngClass]="type | color: card.id"
[id]="card.id"
#cards>
<div class="mr-title title row uppercase ls-25 something">
Expand All @@ -14,7 +14,7 @@
<img
width="20"
height="20"
[ngSrc]="'hand-box' | asset : openSourceCardsPath"
[ngSrc]="'hand-box' | asset: openSourceCardsPath"
alt="Hand with box" />
<span class="span">Usage</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down
2 changes: 1 addition & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import 'libraries/styles/general';
@import 'libraries/styles/general';

0 comments on commit 9a3dfe0

Please sign in to comment.