11 changed files with 50 additions and 15 deletions
@ -0,0 +1,7 @@ |
|||
{ |
|||
"$schema": "../../../node_modules/ng-packagr/ng-package.schema.json", |
|||
"dest": "../../dist/catalog/config", |
|||
"lib": { |
|||
"entryFile": "src/public-api.ts" |
|||
} |
|||
} |
|||
@ -1,11 +1,14 @@ |
|||
{ |
|||
"name": "catalog", |
|||
"name": "@eshoponabp/catalog", |
|||
"version": "0.0.1", |
|||
"peerDependencies": { |
|||
"@angular/common": "^12.2.0", |
|||
"@angular/core": "^12.2.0" |
|||
"@angular/core": "^12.2.0", |
|||
"@abp/ng.theme.shared": "~5.0.0-rc.1", |
|||
"@abp/ng.core": "~5.0.0-rc.1", |
|||
"@ngx-validate/core": "~0.1.1" |
|||
}, |
|||
"dependencies": { |
|||
"tslib": "^2.3.0" |
|||
} |
|||
} |
|||
} |
|||
|
|||
@ -0,0 +1,4 @@ |
|||
export * from './catalog-routing.module'; |
|||
export * from './catalog.module'; |
|||
export * from './lib/proxy/products'; |
|||
export * from './pages'; |
|||
Loading…
Reference in new issue