Skip to content

Commit b1baf36

Browse files
authored
Merge pull request #77 from alvarotrigo/dev
- Updating to fullpage 3.1.0
2 parents 3b98ee1 + 089c3ba commit b1baf36

25 files changed

+216
-124
lines changed

README.md

100644100755
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Official Angular wrapper for the <a target="_blank" href="https://github.com/alvarotrigo/fullPage.js/">fullpage.js library</a>.
55
</p>
66
<p align="center">
7-
<img src="https://img.shields.io/badge/angular--fullpage-v0.0.14-brightgreen.svg" alt="angular-fullpage version" />
7+
<img src="https://img.shields.io/badge/angular--fullpage-v0.0.15-brightgreen.svg" alt="angular-fullpage version" />
88
</p>
99

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

110110
```
111111

112+
You can optionally import types by
113+
114+
```typescript
115+
import { options, fullpage_api } from 'fullpage.js/dist/fullpage.extensions.min';
116+
config: options;
117+
fullpage_api: fullpage_api;
118+
```
119+
112120
Example of HTML:
113121

114122
```html

dist/@fullpage/angular-fullpage/bundles/fullpage-angular-fullpage.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)