docs(c48): refactor (2)

This commit is contained in:
Sven Brodny
2024-04-19 01:47:52 +02:00
parent 74c4b104a5
commit 9f36fc17a5

View File

@@ -34,8 +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>
<ul>
* 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 - dont 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.
</ul>
</details> </details>