Skip to content

Commit

Permalink
docs: remove now redundant info about universal
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 committed Jun 19, 2018
1 parent 4a57921 commit 5e8f24b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Expand Up @@ -79,13 +79,6 @@ class MyComponent {

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

### Usage with universal

You will need to add this line in your server bootstrap code to get this module to work with universal:
```
(global as any).HTMLElement = () => {};
```

## Documentation
All documentation is auto-generated from the source via compodoc and can be viewed here:
https://mattlewis92.github.io/angular-confirmation-popover/docs/
Expand Down

0 comments on commit 5e8f24b

Please sign in to comment.