Created
July 22, 2020 07:46
-
-
Save thisiszoaib/fa7b60792ae31c480041e996b2f25df8 to your computer and use it in GitHub Desktop.
truncate 5
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
| @NgModule({ | |
| imports: [ BrowserModule, EllipsisModule, BrowserAnimationsModule, FormsModule, MatToolbarModule, FlexLayoutModule ], | |
| declarations: [ AppComponent, ReviewCssComponent, ReviewJsComponent ], | |
| bootstrap: [ AppComponent ] | |
| }) | |
| export class AppModule { } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment