ng2-ui / parallax-scroll

Angular2 parallax background scroll directive

Home Page:https://ng2-ui.github.io/#/parallax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BrowserModule --> CommonModule

pcwa-ahendricks opened this issue · comments

Angular 2.2.3 is complaining/error-ing,
saying that @angular/common CommonModule should be used instead of @angular/platform-browser BrowserModule. Doing what Angular says fixes the issue for me.