We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad5f87 commit 4685b52Copy full SHA for 4685b52
src/modal/modal.service.ts
@@ -6,7 +6,7 @@ import { PlaceholderService } from "carbon-components-angular/placeholder";
6
import { BaseModalService } from "./base-modal.service";
7
8
/**
9
- * Extends Modal Service to create Alert Modal with a function call. Placed in a seperate service
+ * Extends Base Modal Service to create Alert Modal with a function call. Placed in a seperate service
10
* to prevent remote scoping (NG3003) which has side effects. Hence, import cycles are not allowed when
11
* compilationMode is set to `partial`.
12
*
0 commit comments