Angular autocomplete not woking in html
I'm trying to add router-outlet html tag to my component's html. However, when I start typing <rout and pressing ctrl+space (my keymac is eclispe mac) to do the autocomplete I get "No suggestions" message.
Please sign in to leave a comment.
Works fine for me
Is the issue specific to
<router-outlet/>
component? Does the completion work for other components? Can you repeat the issue with a new Angular CLI project?