Chore: Update to Angular 7.1.0, Angular Material 7.1.0 and Angular Flex Layout 7.0.0-beta.19

Fix: Prod build will now build properly
TODO: The width of content is very less and everything is squashed
This commit is contained in:
Amritanshu
2018-11-26 08:46:03 +05:30
parent 1984c1fc90
commit 75ea08f678
46 changed files with 97 additions and 112 deletions

View File

@ -25,7 +25,7 @@ import {ProfitLossRoutingModule} from './profit-loss-routing.module';
import {ProfitLossComponent} from './profit-loss.component';
import {MomentDateAdapter} from '@angular/material-moment-adapter';
import {A11yModule} from '@angular/cdk/a11y';
import {FlexLayoutModule, FlexModule} from '@angular/flex-layout';
import {FlexLayoutModule} from '@angular/flex-layout';
export const MY_FORMATS = {
parse: {
@ -44,7 +44,6 @@ export const MY_FORMATS = {
A11yModule,
CommonModule,
CdkTableModule,
FlexModule,
FlexLayoutModule,
MatAutocompleteModule,
MatButtonModule,