Skip to content

Commit

Permalink
docs(c48): fix tips styling
Browse files Browse the repository at this point in the history
  • Loading branch information
svenson95 authored and vimulatus committed Apr 20, 2024
1 parent 19f265d commit f339800
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Here's the feature expressed as a user story with a functional expectation:
<details>
<summary>Tips 🤫 (if you really need it and after careful consideration)</summary>
<ul>
<li>Use the Material CDK Dialog or Overlay - https://material.angular.io/cdk/ (dont forget to add `@import '@angular/cdk/overlay-prebuilt.css'` in `styles.scss`)</li>
<li>Use the `CanDeactivate` guard - https://angular.io/api/router/CanDeactivate in the new functional approach.</li>
<li>Use the [Material CDK](https://material.angular.io/cdk/) Dialog or Overlay - dont forget to add <code>@import '@angular/cdk/overlay-prebuilt.css'</code> in <code>styles.scss</code></li>
<li>Use the [CanDeactivate](https://angular.io/api/router/CanDeactivate) guard in the new functional approach.</li>
</ul>
</details>

0 comments on commit f339800

Please sign in to comment.