Skip to content

the better & more proper way of doing it #9

Open
iamart wants to merge 5 commits intoCodingGarden:masterfrom
iamart:master
Open

the better & more proper way of doing it #9
iamart wants to merge 5 commits intoCodingGarden:masterfrom
iamart:master

Conversation

@iamart
Copy link

@iamart iamart commented Aug 15, 2020

the better & more proper way of doing it.

  • audit fix

dependabot bot and others added 5 commits June 8, 2020 06:44
…d_yarn/vue-image-search/websocket-extensions-0.1.4

⬆️ Bump websocket-extensions from 0.1.3 to 0.1.4 in /vue-image-search
…d_yarn/angular-image-search/websocket-extensions-0.1.4

⬆️ Bump websocket-extensions from 0.1.3 to 0.1.4 in /angular-image-search
.subscribe((images: string[]) => {
this.images = images;
this.images$ = this.imageAPIService.getImages(this.searchTerm);
this.images$.subscribe((images: string[]) => {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or even a oneliner: this.images$.subscribe(() => this.loading = false);

@w3cj
Copy link
Member

w3cj commented Aug 27, 2020

I'll leave this open so others can see how you did it, but I will leave the repo as it was from the video.

@w3cj w3cj closed this Aug 27, 2020
@w3cj w3cj reopened this Aug 27, 2020
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.

3 participants