Skip to content

Commit 52106fb

Browse files
JulienZDthePunderWoman
authored andcommitted
docs: use correct closing quote in input and model import usage notes (#63237)
PR Close #63237
1 parent 5876513 commit 52106fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/src/authoring/input/input.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packages/core/src/authoring/model/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)