1
0

simple loading animation and fade in and out animations

This commit is contained in:
William Welling
2017-10-04 15:39:08 -05:00
parent 7937a47aa5
commit 45ca74410c
27 changed files with 222 additions and 58 deletions

View File

@@ -2,6 +2,7 @@ import { NgModule, APP_INITIALIZER } from '@angular/core';
import { HttpClientModule, HttpClient } from '@angular/common/http';
import { RouterModule } from '@angular/router';
import { BrowserModule } from '@angular/platform-browser';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { IdlePreload, IdlePreloadModule } from '@angularclass/idle-preload';
@@ -44,6 +45,7 @@ export function createTranslateLoader(http: HttpClient) {
preloadingStrategy:
IdlePreload
}),
BrowserAnimationsModule,
BrowserTransferStateModule,
BrowserTransferStoreModule,
TranslateModule.forRoot({