mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2026-03-25 11:59:10 +00:00
HtmlToPlaintext pipe,
images added to assets, @angular/flex-layout package version updated, some workin on the mail app..
This commit is contained in:
@@ -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
|
||||
]
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user