From 3395e7f0bc41d395ac6456bdd9b0dc77eae87461 Mon Sep 17 00:00:00 2001
From: sercan
position: relative
and overflow-x: hidden
properties otherwise the drawer won't be able to work correctly.
diff --git a/src/app/modules/admin/docs/core-features/components/navigation/navigation.component.html b/src/app/modules/admin/docs/core-features/components/navigation/navigation.component.html
index 23abf861..7dc0cfbf 100644
--- a/src/app/modules/admin/docs/core-features/components/navigation/navigation.component.html
+++ b/src/app/modules/admin/docs/core-features/components/navigation/navigation.component.html
@@ -55,7 +55,7 @@
FuseMockApiModule
so it can register and use them.
diff --git a/src/app/modules/admin/docs/guides/customization/splash-screen/splash-screen.html b/src/app/modules/admin/docs/guides/customization/splash-screen/splash-screen.html
index ce19dc39..ef9b9e06 100644
--- a/src/app/modules/admin/docs/guides/customization/splash-screen/splash-screen.html
+++ b/src/app/modules/admin/docs/guides/customization/splash-screen/splash-screen.html
@@ -70,7 +70,7 @@
page.
FuseConfigService
can be found in the
Core features > Services >
diff --git a/src/app/modules/admin/docs/guides/customization/theming/theming.html b/src/app/modules/admin/docs/guides/customization/theming/theming.html
index 0193acea..0af026e6 100644
--- a/src/app/modules/admin/docs/guides/customization/theming/theming.html
+++ b/src/app/modules/admin/docs/guides/customization/theming/theming.html
@@ -141,7 +141,7 @@
diff --git a/src/app/modules/admin/docs/guides/development/component-structure/component-structure.html b/src/app/modules/admin/docs/guides/development/component-structure/component-structure.html index b11b5857..4b96d15b 100644 --- a/src/app/modules/admin/docs/guides/development/component-structure/component-structure.html +++ b/src/app/modules/admin/docs/guides/development/component-structure/component-structure.html @@ -39,7 +39,7 @@
- Alias for ng build --prod
.
+ Alias for ng build
.
+ ng build --prod
or npm run build:prod
commands,
you may have an older Node.js version, try updating your Node.js to the latest LTS version and then try again.
-
diff --git a/src/app/modules/admin/docs/guides/getting-started/installation/installation.html b/src/app/modules/admin/docs/guides/getting-started/installation/installation.html index 01f12353..fec2c653 100644 --- a/src/app/modules/admin/docs/guides/getting-started/installation/installation.html +++ b/src/app/modules/admin/docs/guides/getting-started/installation/installation.html @@ -77,7 +77,7 @@ After choosing the version you want to install, unzip the .zip file of that version into your workspace directory.
@@ -107,7 +107,7 @@ This command will take some time and install all the required libraries into the node_modules directory in order for you to start developing.
diff --git a/src/app/modules/admin/docs/guides/getting-started/serving/serving.html b/src/app/modules/admin/docs/guides/getting-started/serving/serving.html index 94479a6f..bf753db9 100644 --- a/src/app/modules/admin/docs/guides/getting-started/serving/serving.html +++ b/src/app/modules/admin/docs/guides/getting-started/serving/serving.html @@ -38,7 +38,6 @@
After the installation process finishes, run the following command while still in your workspace directory:
@@ -64,11 +63,13 @@ Alias forng serve --open
.
-
+ ng serve --open
or npm start
commands,
you may have an older Node.js version, try updating your Node.js to the latest LTS version and then try again.
-
src/app/layout/common/
directory. You can modify them without touching the @fuse
directory.
@fuse
directory like other components.