File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/core/src/authoring Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ export interface InputFunction {
119119 * To use signal-based inputs, import `input` from `@angular/core`.
120120 *
121121 * ```ts
122- * import {input} from '@angular/core` ;
122+ * import {input} from '@angular/core' ;
123123 * ```
124124 *
125125 * Inside your component, introduce a new class member and initialize
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ export interface ModelFunction {
6969 * To use `model()`, import the function from `@angular/core`.
7070 *
7171 * ```ts
72- * import {model} from '@angular/core` ;
72+ * import {model} from '@angular/core' ;
7373 * ```
7474 *
7575 * Inside your component, introduce a new class member and initialize
You can’t perform that action at this time.
0 commit comments