Skip to content

Commit

Permalink
🔧 version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-gn committed Sep 8, 2023
1 parent 402da42 commit 9674e3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

| Angular Version | NPM Package Version |
|-----------------|---------------------|
| ^16.1.4 | 16.1.6 |
| ^16.1.4 | 16.1.7 |
| 15.0.4 | 15.0.6 |
| 13.2.3 | 13.0.22 |
| < 13.0.0 | 0.0.77 |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mprisma/components",
"version": "16.1.6",
"version": "16.1.7",
"repository": {
"type": "git",
"url": "https://github.com/gabriel-gn/prisma-components.git"
Expand Down
2 changes: 1 addition & 1 deletion src/directives/ng-if-loaded/ng-if-loaded.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class NgIfLoadedDirective {
const factory = this.resolver.resolveComponentFactory(this.spinner);
this.viewContainer.createComponent(factory);
}
this.cdr.detectChanges();
this.cdr.markForCheck();
}

}

1 comment on commit 9674e3d

@vercel
Copy link

@vercel vercel bot commented on 9674e3d Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.