Skip to content

Commit

Permalink
Merge pull request #80 from alvarotrigo/dev
Browse files Browse the repository at this point in the history
- Updating dist files
  • Loading branch information
alvarotrigo authored Feb 18, 2021
2 parents b1baf36 + 37cd244 commit cecbc4b
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 13 deletions.
10 changes: 9 additions & 1 deletion dist/@fullpage/angular-fullpage/README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Official Angular wrapper for the <a target="_blank" href="https://github.com/alvarotrigo/fullPage.js/">fullpage.js library</a>.
</p>
<p align="center">
<img src="https://img.shields.io/badge/angular--fullpage-v0.0.14-brightgreen.svg" alt="angular-fullpage version" />
<img src="https://img.shields.io/badge/angular--fullpage-v0.0.15-brightgreen.svg" alt="angular-fullpage version" />
</p>

- [Demo online](https://alvarotrigo.com/angular-fullpage/) | [Stackblitz](https://stackblitz.com/edit/angular-nqsqwk)
Expand Down Expand Up @@ -109,6 +109,14 @@ export class AppComponent {

```

You can optionally import types by

```typescript
import { options, fullpage_api } from 'fullpage.js/dist/fullpage.extensions.min';
config: options;
fullpage_api: fullpage_api;
```

Example of HTML:

```html
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cecbc4b

Please sign in to comment.