Skip to content

Commit

Permalink
chore(Deps): Update Angular & ng-packagr
Browse files Browse the repository at this point in the history
  • Loading branch information
kuuurt13 committed May 17, 2023
1 parent 594eae6 commit dd541fe
Show file tree
Hide file tree
Showing 8 changed files with 20,039 additions and 3,704 deletions.
5 changes: 5 additions & 0 deletions http/ng-package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"lib": {
"entryFile": "./index.ts"
}
}
7 changes: 0 additions & 7 deletions http/package.json

This file was deleted.

20 changes: 11 additions & 9 deletions lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { BlockUIModule } from './block-ui.module';
import { BlockUIComponent } from './components/block-ui/block-ui.component';
import { BlockUIContentComponent } from './components/block-ui-content/block-ui-content.component';
import { BlockUI } from './decorators/block-ui.decorator';
import { NgBlockUI } from './models/block-ui.model';
import { HttpSettings } from './models/block-ui-http-settings.model';
import { BlockUIService } from './services/block-ui.service';
import { BlockUIDefaultName as BLOCKUI_DEFAULT } from './constants/block-ui-default-name.constant';
import { BlockUIModule } from "./block-ui.module";
import { BlockUIComponent } from "./components/block-ui/block-ui.component";
import { BlockUIContentComponent } from "./components/block-ui-content/block-ui-content.component";
import { BlockUI } from "./decorators/block-ui.decorator";
import { NgBlockUI } from "./models/block-ui.model";
import { HttpSettings } from "./models/block-ui-http-settings.model";
import { BlockUIService } from "./services/block-ui.service";
import { BlockUIDefaultName as BLOCKUI_DEFAULT } from "./constants/block-ui-default-name.constant";
import { BlockUIDirective } from "./directives/block-ui.directive";

export {
BlockUIModule,
Expand All @@ -15,5 +16,6 @@ export {
NgBlockUI,
HttpSettings,
BlockUIService,
BLOCKUI_DEFAULT
BlockUIDirective,
BLOCKUI_DEFAULT,
};
6 changes: 6 additions & 0 deletions ng-package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
"lib": {
"entryFile": "lib/index.ts"
}
}

0 comments on commit dd541fe

Please sign in to comment.