Skip to content

Commit

Permalink
Exported more stuff to the public api
Browse files Browse the repository at this point in the history
  • Loading branch information
werthdavid committed Jul 22, 2024
1 parent fe7b810 commit 9c5eecf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-kjua-library",
"description": "ngx-kjua library builder",
"version": "18.1.2",
"version": "18.1.3",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-kjua/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-kjua",
"description": "Angular QR-Code generator component.",
"version": "18.1.2",
"version": "18.1.3",
"license": "MIT",
"private": false,
"repository": {
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions projects/ngx-kjua/src/lib/ngx-kjua.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import {
SimpleChanges,
ViewChild,
} from "@angular/core";
import { kjua } from "./kjua/index";
import { KjuaOptions } from "./kjua/index.d";
import { KjuaEcLevel, KjuaMode, KjuaRender } from "./ngx-kjua.interface";
import {kjua} from "./kjua/index";
import {KjuaEcLevel, KjuaMode, KjuaRender} from "./ngx-kjua.interface";
import {KjuaOptions} from "./kjua/lib/kjua-options";

@Component({
standalone: true,
Expand Down
2 changes: 2 additions & 0 deletions projects/ngx-kjua/src/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
export * from "./lib/ngx-kjua.component";
export * from "./lib/ngx-kjua.interface";
export * from "./lib/qr-code.helper";
export * from "./lib/kjua/";
export * from "./lib/kjua/lib/kjua-options";

0 comments on commit 9c5eecf

Please sign in to comment.