@lukfel/ng-scaffold 20.0.19 → 20.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ npm install @lukfel/ng-scaffold
|
|
|
23
23
|
## Module
|
|
24
24
|
Import the `ScaffoldModule` into your `app.module.ts` file.
|
|
25
25
|
|
|
26
|
-
* **Note:** (Optional) The library includes a built-in logging service called `Logger`, which logs library deugging events when a `ScaffoldLibraryConfig` is provided and `debugging` is set to `true`. Logging is automatically disabled in production mode when `
|
|
26
|
+
* **Note:** (Optional) The library includes a built-in logging service called `Logger`, which logs library deugging events when a `ScaffoldLibraryConfig` is provided and `debugging` is set to `true`. Logging is automatically disabled in production mode when `production` is set to `true`.
|
|
27
27
|
|
|
28
28
|
```ts
|
|
29
29
|
import { ScaffoldModule } from '@lukfel/ng-scaffold';
|