Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed ng lint warnings #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed ng lint warnings #4

wants to merge 1 commit into from

Conversation

alundiak
Copy link

@alundiak alundiak commented Jul 25, 2018

  • 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

- double quote vs. single quote,
- BookDataSource used before declaration,
- missed semicolon
- unnececary semicolon
- missed whitespace
- let vs. const
@alundiak alundiak changed the title ng lint fixes Fixed ng lint warnings Aug 5, 2018
@alundiak
Copy link
Author

alundiak commented May 6, 2021

up :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant