We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d351a4 commit bd2eecbCopy full SHA for bd2eecb
modules/@angular/compiler/src/selector.ts
@@ -12,7 +12,7 @@ const _SELECTOR_REGEXP = new RegExp(
12
'(\\:not\\()|' + //":not("
13
'([-\\w]+)|' + // "tag"
14
'(?:\\.([-\\w]+))|' + // ".class"
15
- '(?:\\[([.-\\w*]+)(?:=([^\\]]*))?\\])|' + // "[name]", "[name=value]"
+ '(?:\\[([-.\\w*]+)(?:=([^\\]]*))?\\])|' + // "[name]", "[name=value]"
16
'(\\))|' + // ")"
17
'(\\s*,\\s*)', // ","
18
'g');
0 commit comments