Small adjustments

This commit is contained in:
sercan 2019-05-30 12:30:10 +03:00
parent 9db5f0b04a
commit 8bd1e58db5
5 changed files with 16 additions and 8 deletions

View File

@ -53,8 +53,8 @@
"budgets": [ "budgets": [
{ {
"type": "initial", "type": "initial",
"maximumWarning": "2mb", "maximumWarning": "4mb",
"maximumError": "5mb" "maximumError": "6mb"
} }
] ]
}, },

View File

@ -6,7 +6,7 @@
target="_blank" mat-button class="pink" fxFlex="0 0 auto" fxLayout="row" target="_blank" mat-button class="pink" fxFlex="0 0 auto" fxLayout="row"
fxLayoutAlign="start center"> fxLayoutAlign="start center">
<mat-icon class="s-16 mr-sm-4">shopping_cart</mat-icon> <mat-icon class="s-16 mr-sm-4">shopping_cart</mat-icon>
<span>Purchase FUSE (Angular 7+)</span> <span>Purchase FUSE (Angular 8+)</span>
</a> </a>
<div fxLayout="row" fxLayoutAlign="start center" fxHide fxShow.gt-xs> <div fxLayout="row" fxLayoutAlign="start center" fxHide fxShow.gt-xs>

View File

@ -49,6 +49,15 @@
</ul> </ul>
</div> </div>
<div class="improved">
<span class="title">Improved</span>
<ul>
<li>
(Animations) Added *ngIf support to the FadeInOut animation
</li>
</ul>
</div>
</div> </div>
</div> </div>

View File

@ -3,7 +3,7 @@
<head> <head>
<title>Fuse - Angular 7+ Material Design Admin Template</title> <title>Fuse - Angular 8+ Material Design Admin Template</title>
<base href="/"> <base href="/">
<meta charset="utf-8"> <meta charset="utf-8">

View File

@ -57,7 +57,6 @@ import 'web-animations-js'; // Run `npm install --save web-animations-js`.
*/ */
import 'zone.js/dist/zone'; // Included with Angular CLI. import 'zone.js/dist/zone'; // Included with Angular CLI.
/*************************************************************************************************** /***************************************************************************************************
* APPLICATION IMPORTS * APPLICATION IMPORTS
*/ */