Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sheikalthaf/ngu-parallax

Angular universal Parallax
https://github.com/sheikalthaf/ngu-parallax

Last synced: about 7 hours ago
JSON representation

Angular universal Parallax

Awesome Lists containing this project

README

        

# ngu-parallax

Angular Universal parallax

## Demo

Demo available [Here](https://sheikalthaf.github.io/ngu-parallax)

## Installation

`npm install @ngu/parallax --save`

## Sample

Include NguParallaxModule in your app module:

```javascript
import { NguParallaxModule } from '@ngu/parallax';

@NgModule({
imports: [
NguParallaxModule
],
})
export class AppModule { }
```

Then use in your component:

```javascript
import { Component } from '@angular/core';

@Component({
selector: 'sample',
template: `

// your elements goes here

`,
})
export class SampleComponent {}
```

**Treat `ngu-parallax` as a div element**

## License

[MIT](LICENSE) license.