angular-httpclient-app
angular-httpclient-app copied to clipboard
ng command for list of employees (plural, not singular)
Hello, I like your tutorial. It's very simple and practical 👍
I found out small mistake. In your article, you write command to generate (singular) employee-list:
ng g c employee-list
But later on, you use (plural) employees-list, which I found also used in your github code.
So probably, the generation command should be:
ng g c employees-list
...with s in employees.