From 8bd1e58db594fcfb3a9a0c280440b4fabba72ecb Mon Sep 17 00:00:00 2001 From: sercan Date: Thu, 30 May 2019 12:30:10 +0300 Subject: [PATCH] Small adjustments --- angular.json | 4 ++-- src/app/layout/components/footer/footer.component.html | 2 +- .../documentation/changelog/changelog.component.html | 9 +++++++++ src/index.html | 2 +- src/polyfills.ts | 7 +++---- 5 files changed, 16 insertions(+), 8 deletions(-) diff --git a/angular.json b/angular.json index 0f68ea7c..9aadb028 100644 --- a/angular.json +++ b/angular.json @@ -53,8 +53,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "2mb", - "maximumError": "5mb" + "maximumWarning": "4mb", + "maximumError": "6mb" } ] }, diff --git a/src/app/layout/components/footer/footer.component.html b/src/app/layout/components/footer/footer.component.html index abff6454..0509d785 100644 --- a/src/app/layout/components/footer/footer.component.html +++ b/src/app/layout/components/footer/footer.component.html @@ -6,7 +6,7 @@ target="_blank" mat-button class="pink" fxFlex="0 0 auto" fxLayout="row" fxLayoutAlign="start center"> shopping_cart - Purchase FUSE (Angular 7+) + Purchase FUSE (Angular 8+)
diff --git a/src/app/main/documentation/changelog/changelog.component.html b/src/app/main/documentation/changelog/changelog.component.html index b307329c..300f8d1d 100644 --- a/src/app/main/documentation/changelog/changelog.component.html +++ b/src/app/main/documentation/changelog/changelog.component.html @@ -49,6 +49,15 @@
+
+ Improved + +
+ diff --git a/src/index.html b/src/index.html index 7ff273ae..bf0b20e5 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ - Fuse - Angular 7+ Material Design Admin Template + Fuse - Angular 8+ Material Design Admin Template diff --git a/src/polyfills.ts b/src/polyfills.ts index b26590bf..bc0f956d 100644 --- a/src/polyfills.ts +++ b/src/polyfills.ts @@ -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 */