Skip to content

Commit

Permalink
22a3adf9 docs(store): fix lint issues in example code (#4324)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored May 10, 2024
1 parent 0a47b5a commit 80422f0
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion commit_message
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0ae21c92 feat(component-store): add migrator for `tapResponse` (#4321)
22a3adf9 docs(store): fix lint issues in example code (#4324)
2 changes: 1 addition & 1 deletion generated/docs/guide/store/walkthrough.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions generated/live-examples/store-walkthrough/stackblitz.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html lang="en"><head></head><body>
<form id="mainForm" method="post" action="https://stackblitz.com/run?file=src/app/app.component.html" target="_self"><input type="hidden" name="project[files][src/app/app.component.ts]" value="import { Component } from '@angular/core';
<form id="mainForm" method="post" action="https://stackblitz.com/run?file=src/app/app.component.html" target="_self"><input type="hidden" name="project[files][src/app/app.component.ts]" value="import { Component, OnInit } from '@angular/core';
import { Store } from '@ngrx/store';
import { selectBookCollection, selectBooks } from './state/books.selectors';
Expand All @@ -10,7 +10,7 @@
selector: 'app-root',
templateUrl: './app.component.html',
})
export class AppComponent {
export class AppComponent implements OnInit {
books$ = this.store.select(selectBooks);
bookCollection$ = this.store.select(selectBookCollection);
Expand Down Expand Up @@ -112,7 +112,7 @@
*/"><input type="hidden" name="project[files][src/app/book-list/books.service.ts]" value="import { HttpClient } from '@angular/common/http';
import { Injectable } from '@angular/core';
import { of, Observable } from 'rxjs';
import { Observable } from 'rxjs';
import { map } from 'rxjs/operators';
import { Book } from './books.model';
Expand Down
6 changes: 3 additions & 3 deletions generated/live-examples/testing-store/stackblitz.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
/*
Use of this source code is governed by an MIT-style license that
can be found in the LICENSE file at https://github.com/ngrx/platform
*/"><input type="hidden" name="project[files][src/app/app.component.ts]" value="import { Component } from '@angular/core';
*/"><input type="hidden" name="project[files][src/app/app.component.ts]" value="import { Component, OnInit } from '@angular/core';
import { Store, select } from '@ngrx/store';
import { selectBookCollection, selectBooks } from './state/books.selectors';
Expand All @@ -197,7 +197,7 @@
selector: 'app-root',
templateUrl: './app.component.html',
})
export class AppComponent {
export class AppComponent implements OnInit{
books$ = this.store.pipe(select(selectBooks));
bookCollection$ = this.store.pipe(select(selectBookCollection));
Expand Down Expand Up @@ -300,7 +300,7 @@
*/"><input type="hidden" name="project[files][src/app/book-list/books.service.ts]" value="import { HttpClient } from '@angular/common/http';
import { Injectable } from '@angular/core';
import { of, Observable } from 'rxjs';
import { Observable } from 'rxjs';
import { map } from 'rxjs/operators';
import { Book } from './books.model';
Expand Down
6 changes: 3 additions & 3 deletions generated/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -762,12 +762,12 @@
"prerelease": [
"local"
],
"build": "sha.0ae21c92",
"build": "sha.22a3adf9",
"version": "18.0.0-local",
"codeName": "snapshot",
"isSnapshot": true,
"full": "18.0.0-local+sha.0ae21c92",
"full": "18.0.0-local+sha.22a3adf9",
"branch": "master",
"commitSHA": "0ae21c92451dd9b9c533da4bca0dc61e6d8f4fca"
"commitSHA": "22a3adf93944eab1d80c948d7fedd732613a04c4"
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified generated/zips/ngrx-start/ngrx-start.zip
Binary file not shown.
Binary file modified generated/zips/router-store-selectors/router-store-selectors.zip
Binary file not shown.
Binary file modified generated/zips/store-walkthrough/store-walkthrough.zip
Binary file not shown.
Binary file modified generated/zips/store/store.zip
Binary file not shown.
Binary file modified generated/zips/testing-store/testing-store.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1715265247035,
"timestamp": 1715363272842,
"index": "/index.html",
"assetGroups": [
{
Expand Down Expand Up @@ -1272,7 +1272,7 @@
"/generated/docs/guide/store/reducers.json": "81d4a6bb089a4532d1508949e83f62cf3961cc0f",
"/generated/docs/guide/store/selectors.json": "9a5d4e7cc0af2d782a9f32d7756accb839f9c620",
"/generated/docs/guide/store/testing.json": "64b25aa1f6fdeb59df2086675a048ad37c000904",
"/generated/docs/guide/store/walkthrough.json": "bafef05427fbb782997f3b96046a37eb390e7ba2",
"/generated/docs/guide/store/walkthrough.json": "8358e621a17d4d00e81c61d44175788baa84d8c1",
"/generated/docs/guide/store/why.json": "1a81abc2f48e5bd990009091265a66fc9ac30f58",
"/generated/docs/guide/style-guide.json": "c0401f4670ab9c6f360870d7d6e1379c7d19ad0c",
"/generated/docs/index.json": "822b17c42bc0925eb181b04acac7f9c8722fb4c5",
Expand Down Expand Up @@ -1345,7 +1345,7 @@
"/generated/images/marketing/concept-icons/universal.svg": "69516bc8a226c9df3c564f7a4f0fec1b66e7711f",
"/generated/images/marketing/features/feature-icon.svg": "2cf6c1c11faee80b101b38c91f02184dada8cbe2",
"/generated/images/marketing/home/ngrx-conf-badge.svg": "f6c369c9c05b4b4df3373a7fb31dd3f4e82c9a44",
"/generated/navigation.json": "f6798512531ca5551e2dbdfe1aecb5b26344646f",
"/generated/navigation.json": "34a006b8c553be5ba4eefa7ff9ed7727cf211209",
"/generated/resources.json": "187bbb4f63bac415553db8bc033d822bb0b5a47e",
"/index.html": "e19dbfc4fc5b5c54bfe68b5048c92242e8e68a23",
"/light-theme.css": "af6e8fca0da10e9eed053318ea52c0434ddc7c53",
Expand Down
2 changes: 1 addition & 1 deletion stats.json

Large diffs are not rendered by default.

0 comments on commit 80422f0

Please sign in to comment.