You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to follow that already finally it still not work. here is my code npm install ng2-simple-page-scroll --save
In app.module
import {Ng2SimplePageScrollModule} from 'ng2-simple-page-scroll';
@NgModule({
imports: [
/* Other imports here */
Ng2SimplePageScrollModule.forRoot()
]
})
export class AppModule {}
I try to follow that already finally it still not work. here is my code
npm install ng2-simple-page-scroll --save
In app.module
In Systemjs.config
The text was updated successfully, but these errors were encountered: