You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/challenges/forms/48-avoid-losing-form-data.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,6 @@ Here's the feature expressed as a user story with a functional expectation:
34
34
35
35
<details>
36
36
<summary>Tips 🤫 if you really need it and after careful consideration ...</summary>
37
-
<ul>
38
37
* 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`.
39
38
* Use the [CanDeactivate](https://angular.io/api/router/CanDeactivate) guard in the new functional approach.
0 commit comments