Skip to content

Instantly share code, notes, and snippets.

@ArtemRomanovsky
Created February 20, 2020 14:57
Show Gist options
  • Select an option

  • Save ArtemRomanovsky/83e77545838e326cc6e7aee575e57351 to your computer and use it in GitHub Desktop.

Select an option

Save ArtemRomanovsky/83e77545838e326cc6e7aee575e57351 to your computer and use it in GitHub Desktop.
import { MobxAngularModule } from 'mobx-angular';
@NgModule({
declarations: [...COMPONENTS],
imports: [MobxAngularModule ...],
bootstrap: [AppComponent]
})
export class AppModule { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment