Spaces:
Paused
Paused
Update flare-ui/src/app/app.module.ts
Browse files
flare-ui/src/app/app.module.ts
CHANGED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import { NgModule } from '@angular/core';
|
| 2 |
+
import { BrowserModule } from '@angular/platform-browser';
|
| 3 |
+
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
| 4 |
+
import { HttpClientModule, provideHttpClient, withInterceptors } from '@angular/common/http';
|
| 5 |
+
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
| 6 |
+
import { RouterModule, Routes } from '@angular/router';
|
| 7 |
+
import { authInterceptor } from './interceptors/auth.interceptor';
|