Skip to content

Commit 57dd436

Browse files
author
Matt Lewis
committed
feat: use ng-packagr for building the package
This should allow the package to work with universal and the CLI. BREAKING CHANGE: The UMD module path has changed from `angular-draggable-droppable/dist/umd/angular-draggable-droppable.js` to `angular-draggable-droppable/bundles/angular-draggable-droppable.umd.js`. System.js users will need to update their config.
1 parent 9fca12a commit 57dd436

File tree

5 files changed

+1007
-112
lines changed

5 files changed

+1007
-112
lines changed

README.md

-8
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,6 @@ class DemoApp {
6767

6868
You may also find it useful to view the [demo source](https://github.com/mattlewis92/angular-draggable-droppable/blob/master/demo/demo.component.ts).
6969

70-
### Usage without a module bundler
71-
```
72-
<script src="node_modules/dist/umd/angular-draggable-droppable/angular-draggable-droppable.js"></script>
73-
<script>
74-
// everything is exported angularDraggableDroppable namespace
75-
</script>
76-
```
77-
7870
## Documentation
7971
All documentation is auto-generated from the source and can be viewed here:
8072
https://mattlewis92.github.io/angular-draggable-droppable/docs/

0 commit comments

Comments
 (0)