HtmlToPlaintext pipe,

images added to assets,
@angular/flex-layout package version updated,
some workin on the mail app..
This commit is contained in:
mustafahlvc
2017-07-16 18:24:09 +03:00
parent 4563931090
commit c4f03469f9
108 changed files with 670 additions and 15 deletions

View File

@@ -9,12 +9,14 @@ import {
} from '../directives/md-sidenav-helper/md-sidenav-helper.directive';
import {PerfectScrollbarModule} from 'ngx-perfect-scrollbar';
import {KeysPipe} from '../pipes/keys';
import {HtmlToPlaintextPipe} from '../pipes//htmlToPlaintext';
@NgModule({
declarations: [
FuseMdSidenavHelperDirective,
FuseMdSidenavTogglerDirective,
KeysPipe
KeysPipe,
HtmlToPlaintextPipe
],
imports : [
FlexLayoutModule,
@@ -31,7 +33,8 @@ import {KeysPipe} from '../pipes/keys';
FuseMdSidenavHelperDirective,
FuseMdSidenavTogglerDirective,
PerfectScrollbarModule,
KeysPipe
KeysPipe,
HtmlToPlaintextPipe
]
})