mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
docs(c48): refactor (2)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user