Rule: relative-url-prefix
The ./ prefix is standard syntax for relative URLs; don’t depend on Angular’s current ability to do without that prefix.
See more at https://angular.io/styleguide#style-05-04.
Rationale
A component relative URL requires no change when you move the component files, as long as the files stay together.
Notes:
TS Only
Config
Not configurable.
Examples
Schema
null