aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error/$parse/lexerr.ngdoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/error/$parse/lexerr.ngdoc')
-rw-r--r--docs/content/error/$parse/lexerr.ngdoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/content/error/$parse/lexerr.ngdoc b/docs/content/error/$parse/lexerr.ngdoc
new file mode 100644
index 00000000..2a40d939
--- /dev/null
+++ b/docs/content/error/$parse/lexerr.ngdoc
@@ -0,0 +1,10 @@
+@ngdoc error
+@name $parse:lexerr
+@fullName Lexer Error
+@description
+
+Occurs when an expression has a lexical error, for example a malformed number (0.5e-) or an invalid unicode escape.
+
+The error message contains a more precise error.
+
+To resolve, learn more about {@link guide/expression Angular expressions}, identify the error and fix the expression's syntax.