mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
Merge branch 'master' into skeleton
This commit is contained in:
commit
97c7f136bf
|
@ -3,8 +3,8 @@ import { BrowserModule } from '@angular/platform-browser';
|
||||||
import { HttpClientModule } from '@angular/common/http';
|
import { HttpClientModule } from '@angular/common/http';
|
||||||
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
||||||
import { RouterModule, Routes } from '@angular/router';
|
import { RouterModule, Routes } from '@angular/router';
|
||||||
import 'hammerjs';
|
|
||||||
import { TranslateModule } from '@ngx-translate/core';
|
import { TranslateModule } from '@ngx-translate/core';
|
||||||
|
import 'hammerjs';
|
||||||
|
|
||||||
import { FuseModule } from '@fuse/fuse.module';
|
import { FuseModule } from '@fuse/fuse.module';
|
||||||
import { FuseSharedModule } from '@fuse/shared.module';
|
import { FuseSharedModule } from '@fuse/shared.module';
|
||||||
|
|
|
@ -1,83 +0,0 @@
|
||||||
/*
|
|
||||||
import { NgModule } from '@angular/core';
|
|
||||||
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
||||||
import { CommonModule } from '@angular/common';
|
|
||||||
|
|
||||||
import { MaterialModule } from './material.module';
|
|
||||||
import { FlexLayoutModule } from '@angular/flex-layout';
|
|
||||||
import { ColorPickerModule } from 'ngx-color-picker';
|
|
||||||
import { NgxDnDModule } from '@swimlane/ngx-dnd';
|
|
||||||
import { NgxDatatableModule } from '@swimlane/ngx-datatable';
|
|
||||||
|
|
||||||
import { FuseMatSidenavHelperDirective, FuseMatSidenavTogglerDirective } from '../directives/fuse-mat-sidenav-helper/fuse-mat-sidenav-helper.directive';
|
|
||||||
import { FuseMatSidenavHelperService } from '../directives/fuse-mat-sidenav-helper/fuse-mat-sidenav-helper.service';
|
|
||||||
import { FusePipesModule } from '../pipes/pipes.module';
|
|
||||||
import { FuseConfirmDialogComponent } from '../components/confirm-dialog/confirm-dialog.component';
|
|
||||||
import { FuseCountdownComponent } from '../components/countdown/countdown.component';
|
|
||||||
import { FuseMatchMedia } from '../services/match-media.service';
|
|
||||||
import { FuseHighlightComponent } from '../components/highlight/highlight.component';
|
|
||||||
import { FusePerfectScrollbarDirective } from '../directives/fuse-perfect-scrollbar/fuse-perfect-scrollbar.directive';
|
|
||||||
import { FuseIfOnDomDirective } from '../directives/fuse-if-on-dom/fuse-if-on-dom.directive';
|
|
||||||
import { FuseMaterialColorPickerComponent } from '../components/material-color-picker/material-color-picker.component';
|
|
||||||
import { FuseTranslationLoaderService } from '../services/translation-loader.service';
|
|
||||||
import { CookieService } from 'ngx-cookie-service';
|
|
||||||
import { TranslateModule } from '@ngx-translate/core';
|
|
||||||
import { ChartsModule } from 'ng2-charts';
|
|
||||||
|
|
||||||
@NgModule({
|
|
||||||
declarations : [
|
|
||||||
FuseMatSidenavHelperDirective,
|
|
||||||
FuseMatSidenavTogglerDirective,
|
|
||||||
FuseConfirmDialogComponent,
|
|
||||||
FuseCountdownComponent,
|
|
||||||
FuseHighlightComponent,
|
|
||||||
FuseIfOnDomDirective,
|
|
||||||
FusePerfectScrollbarDirective,
|
|
||||||
FuseMaterialColorPickerComponent
|
|
||||||
],
|
|
||||||
imports : [
|
|
||||||
FlexLayoutModule,
|
|
||||||
CommonModule,
|
|
||||||
FormsModule,
|
|
||||||
FusePipesModule,
|
|
||||||
ReactiveFormsModule,
|
|
||||||
ColorPickerModule,
|
|
||||||
NgxDnDModule,
|
|
||||||
NgxDatatableModule,
|
|
||||||
ChartsModule
|
|
||||||
],
|
|
||||||
exports : [
|
|
||||||
FlexLayoutModule,
|
|
||||||
CommonModule,
|
|
||||||
FormsModule,
|
|
||||||
FuseMatSidenavHelperDirective,
|
|
||||||
FuseMatSidenavTogglerDirective,
|
|
||||||
FusePipesModule,
|
|
||||||
FuseCountdownComponent,
|
|
||||||
FuseHighlightComponent,
|
|
||||||
FusePerfectScrollbarDirective,
|
|
||||||
ReactiveFormsModule,
|
|
||||||
ColorPickerModule,
|
|
||||||
NgxDnDModule,
|
|
||||||
NgxDatatableModule,
|
|
||||||
FuseIfOnDomDirective,
|
|
||||||
FuseMaterialColorPickerComponent,
|
|
||||||
TranslateModule,
|
|
||||||
ChartsModule
|
|
||||||
],
|
|
||||||
entryComponents: [
|
|
||||||
FuseConfirmDialogComponent
|
|
||||||
],
|
|
||||||
providers : [
|
|
||||||
CookieService,
|
|
||||||
FuseMatchMedia,
|
|
||||||
FuseMatSidenavHelperService,
|
|
||||||
FuseTranslationLoaderService
|
|
||||||
]
|
|
||||||
})
|
|
||||||
|
|
||||||
export class SharedModule
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
*/
|
|
Loading…
Reference in New Issue
Block a user