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": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
"maximumWarning": "4mb",
"maximumError": "6mb"
}
]
},

View File

@ -6,7 +6,7 @@
target="_blank" mat-button class="pink" fxFlex="0 0 auto" fxLayout="row"
fxLayoutAlign="start center">
<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>
<div fxLayout="row" fxLayoutAlign="start center" fxHide fxShow.gt-xs>

View File

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

View File

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

View File

@ -45,19 +45,18 @@ import 'web-animations-js'; // Run `npm install --save web-animations-js`.
* (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick
* (window as any).__zone_symbol__UNPATCHED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames
*
* in IE/Edge developer tools, the addEventListener will also be wrapped by zone.js
* with the following flag, it will bypass `zone.js` patch for IE/Edge
* in IE/Edge developer tools, the addEventListener will also be wrapped by zone.js
* with the following flag, it will bypass `zone.js` patch for IE/Edge
*
* (window as any).__Zone_enable_cross_context_check = true;
*
*/
*/
/***************************************************************************************************
* Zone JS is required by default for Angular itself.
*/
import 'zone.js/dist/zone'; // Included with Angular CLI.
/***************************************************************************************************
* APPLICATION IMPORTS
*/