File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
frontend/src/angular/src/app Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1313 limitations under the License.
1414 */
1515import { Component } from "@angular/core" ;
16- import { BrowserAnimationsModule } from "@angular/platform-browser/animations" ;
16+
1717import { MatProgressSpinnerModule } from "@angular/material/progress-spinner" ;
1818import { Router , RouterModule } from "@angular/router" ;
1919import { CommonModule } from "@angular/common" ;
@@ -23,7 +23,6 @@ import { CommonModule } from "@angular/common";
2323 imports : [
2424 RouterModule ,
2525 CommonModule ,
26- BrowserAnimationsModule ,
2726 MatProgressSpinnerModule ] ,
2827 templateUrl : "./app.component.html" ,
2928 styleUrls : [ "./app.component.scss" ] ,
Original file line number Diff line number Diff line change @@ -22,14 +22,12 @@ import {
2222 style ,
2323} from "@angular/animations" ;
2424import { MatProgressSpinnerModule } from "@angular/material/progress-spinner" ;
25- import { BrowserAnimationsModule } from "@angular/platform-browser/animations" ;
26- import { BrowserModule } from "@angular/platform-browser" ;
25+ import { CommonModule } from "@angular/common" ;
2726
2827@Component ( {
2928 selector : "app-splash" ,
3029 imports : [
31- BrowserModule ,
32- BrowserAnimationsModule ,
30+ CommonModule ,
3331 MatProgressSpinnerModule ] ,
3432 templateUrl : "./splash.component.html" ,
3533 styleUrls : [ "./splash.component.scss" ] ,
You can’t perform that action at this time.
0 commit comments