Skip to content

Commit

Permalink
feat: use ng-packagr for bundling the package
Browse files Browse the repository at this point in the history
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 #79
Closes #80
  • Loading branch information
Matt Lewis committed Dec 26, 2017
1 parent 5d6a576 commit c4519a1
Show file tree
Hide file tree
Showing 6 changed files with 637 additions and 1,763 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ https://mattlewis92.github.io/angular-resizable-element/demo/
- [Installation](#installation)
- [Documentation](#documentation)
- [Development](#development)
- [License](#licence)
- [License](#license)

## About

Expand Down Expand Up @@ -75,14 +75,6 @@ class MyModule {}

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

### Usage without a module bundler
```
<script src="node_modules/angular-resizable-element/angular-resizable-element.js"></script>
<script>
// everything is exported on the angularResizableElement namespace
</script>
```

## Documentation
All documentation is auto-generated from the source and can be viewed here:
https://mattlewis92.github.io/angular-resizable-element/docs/
Expand Down
Loading

0 comments on commit c4519a1

Please sign in to comment.