mean-stack-angular6-crud-example icon indicating copy to clipboard operation
mean-stack-angular6-crud-example copied to clipboard

Fixed `ng lint` warnings

Open alundiak opened this issue 7 years ago • 1 comments

  • 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

alundiak avatar Jul 25 '18 22:07 alundiak

up :)

alundiak avatar May 06 '21 07:05 alundiak