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 a02d006 commit 340bb2fCopy full SHA for 340bb2f
src/app/app.module.ts
@@ -1,4 +1,5 @@
1
import { BrowserModule } from '@angular/platform-browser';
2
+import { FlexModule } from '@angular/flex-layout';
3
import { NgModule } from '@angular/core';
4
5
import { AppComponent } from './app.component';
@@ -13,6 +14,7 @@ import { AppMaterialModule } from './app-material.module';
13
14
BrowserModule,
15
BrowserAnimationsModule
16
AppMaterialModule,
17
+ FlexModule,
18
],
19
providers: [],
20
bootstrap: [AppComponent]
0 commit comments