Skip to content

Commit

Permalink
removed flexlayout
Browse files Browse the repository at this point in the history
  • Loading branch information
mashhoodr committed Dec 15, 2018
1 parent 5dae4ff commit b2c5e5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/shared/shared.module.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { FlexLayoutModule } from '@angular/flex-layout';
// import { FlexLayoutModule } from '@angular/flex-layout';

import {
MatToolbarModule,
Expand Down Expand Up @@ -45,7 +45,7 @@ import {
MatProgressBarModule,
MatFormFieldModule,
MatSelectModule,
FlexLayoutModule,
// FlexLayoutModule,
],
exports: [
MatToolbarModule,
Expand All @@ -67,7 +67,7 @@ import {
MatProgressBarModule,
MatFormFieldModule,
MatSelectModule,
FlexLayoutModule,
// FlexLayoutModule,
],
declarations: [],
})
Expand Down

0 comments on commit b2c5e5f

Please sign in to comment.