import {MaterializeDirective} from "../../src/index"; import {Component,OnInit} from "@angular/core" @Component({ selector: "parallax", template: `

Parallax

Parallax is an effect where the background content or image in this case, is moved at a different speed than the foreground content while scrolling.

` }) export class Parallax { }