fix(compiler-cli): Fix typo $implict (#33633)
Should be $implicit instead. PR Close #33633
This commit is contained in:

committed by
Andrew Scott

parent
39550746f8
commit
10583f951d
@ -163,7 +163,7 @@ export class Parser {
|
||||
'Blank expressions are not allowed in interpolated strings', input,
|
||||
`at column ${this._findInterpolationErrorColumn(parts, i, interpolationConfig)} in`,
|
||||
location);
|
||||
expressions.push('$implict');
|
||||
expressions.push('$implicit');
|
||||
offsets.push(offset);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user