Created
February 20, 2020 14:57
-
-
Save ArtemRomanovsky/83e77545838e326cc6e7aee575e57351 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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