mean-stack-angular6-crud-example
mean-stack-angular6-crud-example copied to clipboard
Fixed `ng lint` warnings
- double quote vs. single quote,
- BookDataSource used before declaration,
- missed semicolon
- unnececary semicolon
- missed whitespace
- let vs. const
I spotted on lint errors, when I worked with code example step by step.
Then I checked this repo, I realized the code originally not checked with ng lint.
So here I am - with small code changes, so that code syntax is correct now.
@didinj please consider this to merge, BUT, make sure u test/verify it. And if os, also, please update ur article content on page: https://www.djamware.com/post/5b00bb9180aca726dee1fd6d/mean-stack-angular-6-crud-web-application
Related to issue #3
up :)