- Can appear in form of attributes (A), element (E) , Class (C) and or comments (M)
- While matching directives, Angular strips the prefix x- or data- from element/attribute names. Then it converts - or : delimited strings to camelCase and matches with the registered directives.
- Ex: <x-date-picker></x-date-picker>