We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60fbcdf commit 8513eccCopy full SHA for 8513ecc
ng-package.json
@@ -1,6 +1,9 @@
1
{
2
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
3
"lib": {
4
- "entryFile": "public_api.ts"
+ "entryFile": "public_api.ts",
5
+ "externals": {
6
+ "@thisissoon/angular-inviewport": "InViewportModule"
7
+ }
8
}
9
0 commit comments