Skip to content

Commit c4519a1

Browse files
author
Matt Lewis
committed
feat: use ng-packagr for bundling the package
allows the lib to work with universal BREAKING CHANGE: The UMD entry point has changed from `angular-resizable-element/dist/umd/angular-resizable-element.js` to `angular-resizable-element/bundles/angular-resizable-element.umd.js` System.js users will need to update their configs Closes mattlewis92#79 Closes mattlewis92#80
1 parent 5d6a576 commit c4519a1

6 files changed

+637
-1763
lines changed

README.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ https://mattlewis92.github.io/angular-resizable-element/demo/
1616
- [Installation](#installation)
1717
- [Documentation](#documentation)
1818
- [Development](#development)
19-
- [License](#licence)
19+
- [License](#license)
2020

2121
## About
2222

@@ -75,14 +75,6 @@ class MyModule {}
7575

7676
You may also find it useful to view the [demo source](https://github.com/mattlewis92/angular-resizable-element/blob/master/demo/demo.component.ts).
7777

78-
### Usage without a module bundler
79-
```
80-
<script src="node_modules/angular-resizable-element/angular-resizable-element.js"></script>
81-
<script>
82-
// everything is exported on the angularResizableElement namespace
83-
</script>
84-
```
85-
8678
## Documentation
8779
All documentation is auto-generated from the source and can be viewed here:
8880
https://mattlewis92.github.io/angular-resizable-element/docs/

0 commit comments

Comments
 (0)