Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #79 from mdrillin/upgrade_to_angular5
Browse files Browse the repository at this point in the history
add separate entrypoint for ng-packagr
  • Loading branch information
mdrillin committed Nov 6, 2018
2 parents d18ad5a + 35dc40a commit c5b551d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
11 changes: 3 additions & 8 deletions ui/package.json
Expand Up @@ -16,9 +16,7 @@
"@angular/animations": "^5.2.0",
"@angular/common": "^5.2.0",
"@angular/compiler": "^5.2.0",
"@angular/compiler-cli": "^5.2.0",
"@angular/core": "^5.2.0",
"@angular-devkit/core": "^7.0.4",
"@angular/forms": "^5.2.0",
"@angular/http": "^5.2.0",
"@angular/language-service": "^5.2.0",
Expand All @@ -31,7 +29,6 @@
"express": "^4.16.4",
"file-saver": "1.3.3",
"lodash": "^4.17.11",
"ng-packagr": "^2.0.0",
"ng2-codemirror": "^1.1.3",
"ngx-bootstrap": "^2.0.5",
"osenv": "^0.1.5",
Expand All @@ -45,7 +42,6 @@
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/core": "^7.0.4",
"@angular/animations": "^5.2.0",
"@angular/cli": "^1.6.8",
"@angular/common": "^5.2.0",
Expand All @@ -58,6 +54,7 @@
"@angular/platform-browser": "^5.2.0",
"@angular/platform-browser-dynamic": "^5.2.0",
"@angular/router": "^5.2.0",
"@angular-devkit/core": "^7.0.4",
"@types/d3": "^5.0.1",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "^2.0.5",
Expand Down Expand Up @@ -93,15 +90,13 @@
"typescript": "~2.6.2",
"vkbeautify": "^0.99.3",
"webcola": "^3.3.8",
"webpack": "^3.11.0",
"x2js": "^3.2.1",
"zone.js": "^0.8.26"
},
"ngPackage": {
"lib": {
"entryFile": "../src/main.ts"
"entryFile": "public_api.ts"
}
},
"dependencies": {
"webpack": "^3.11.0"
}
}
3 changes: 3 additions & 0 deletions ui/public_api.ts
@@ -0,0 +1,3 @@
import { DataservicesModule } from "./src/app/dataservices/dataservices.module";

export { DataservicesModule };

0 comments on commit c5b551d

Please sign in to comment.