angular-httpclient-app icon indicating copy to clipboard operation
angular-httpclient-app copied to clipboard

ng command for list of employees (plural, not singular)

Open mgrtomasjurik opened this issue 6 years ago • 0 comments

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.

mgrtomasjurik avatar Dec 08 '19 23:12 mgrtomasjurik