- Timestamp:
- 10/27/21 19:40:58 (3 years ago)
- Branches:
- dev
- Children:
- d2b1fa6
- Parents:
- 81e1ed6 (diff), 7899209 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Clients/Angular/finki-chattery/src/app/app.module.ts
r81e1ed6 r79ae621 10 10 import { CoreModule } from './core/core.module'; 11 11 import { translateConfiguration, TranslateFromJsonService } from './shared-app/services'; 12 import { SharedMaterialModule } from './shared-material/shared-material.module';12 import { AuthCallbackComponent } from './auth-callback/auth-callback.component'; 13 13 14 14 @NgModule({ 15 declarations: [AppComponent ],15 declarations: [AppComponent, AuthCallbackComponent], 16 16 imports: [ 17 17 BrowserModule, 18 18 AppRoutingModule, 19 19 CoreModule, 20 SharedMaterialModule,21 20 BrowserAnimationsModule, 22 21 ToastrModule.forRoot(),
Note:
See TracChangeset
for help on using the changeset viewer.