docs(c48): refactor (3)

This commit is contained in:
Sven Brodny
2024-04-19 01:49:03 +02:00
parent 9f36fc17a5
commit e2c10dd374

View File

@@ -34,6 +34,6 @@ Here's the feature expressed as a user story with a functional expectation:
<details> <details>
<summary>Tips 🤫 if you really need it and after careful consideration ...</summary> <summary>Tips 🤫 if you really need it and after careful consideration ...</summary>
* Use the [Material CDK](https://material.angular.io/cdk/) Dialog or Overlay - dont forget to add `@import '@angular/cdk/overlay-prebuilt.css'` in `styles.scss`. * Use the [Material CDK](https://material.angular.io/cdk/) Dialog or Overlay - don't forget to add `@import '@angular/cdk/overlay-prebuilt.css'` in `styles.scss`.
* Use the [CanDeactivate](https://angular.io/api/router/CanDeactivate) guard in the new functional approach. * Use the [CanDeactivate](https://angular.io/api/router/CanDeactivate) guard in the new functional approach.
</details> </details>