We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f588b commit 5b87c05Copy full SHA for 5b87c05
frontend/src/angular/src/app/app.component.ts
@@ -13,16 +13,16 @@
13
limitations under the License.
14
*/
15
import { Component } from "@angular/core";
16
-import { BrowserModule } from "@angular/platform-browser";
17
import { BrowserAnimationsModule } from "@angular/platform-browser/animations";
18
import { MatProgressSpinnerModule } from "@angular/material/progress-spinner";
19
import { Router, RouterModule } from "@angular/router";
+import { CommonModule } from "@angular/common";
20
21
@Component({
22
selector: "app-root",
23
imports: [
24
RouterModule,
25
- BrowserModule,
+ CommonModule,
26
BrowserAnimationsModule,
27
MatProgressSpinnerModule],
28
templateUrl: "./app.component.html",
0 commit comments