Skip to content

Commit 340bb2f

Browse files
committed
Step 3: Add Angular Flex
1 parent a02d006 commit 340bb2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/app.module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { BrowserModule } from '@angular/platform-browser';
2+
import { FlexModule } from '@angular/flex-layout';
23
import { NgModule } from '@angular/core';
34

45
import { AppComponent } from './app.component';
@@ -13,6 +14,7 @@ import { AppMaterialModule } from './app-material.module';
1314
BrowserModule,
1415
BrowserAnimationsModule
1516
AppMaterialModule,
17+
FlexModule,
1618
],
1719
providers: [],
1820
bootstrap: [AppComponent]

0 commit comments

Comments
 (0)