Skip to content

Instantly share code, notes, and snippets.

@gregor-srdic
Created February 15, 2018 21:36
Show Gist options
  • Save gregor-srdic/58136644b2fc0fb2767f38f86cd054a5 to your computer and use it in GitHub Desktop.
Save gregor-srdic/58136644b2fc0fb2767f38f86cd054a5 to your computer and use it in GitHub Desktop.
Including scroll-hide directive in app.module.ts
@NgModule({
declarations: [
...
ScrollHideDirective
],
imports: [
...
IonicModule.forRoot(MyApp, {})
],
bootstrap: [IonicApp],
entryComponents: [
...
],
providers: [
...
]
})
export class AppModule { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment