You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ProjectTemplates/Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/counter/counter.component.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,6 @@ <h1>Counter</h1>
2
2
3
3
<p>This is a simple example of an Angular component.</p>
Copy file name to clipboardExpand all lines: src/ProjectTemplates/Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/fetch-data/fetch-data.component.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
<h1>Weather forecast</h1>
1
+
<h1id="tableLabel">Weather forecast</h1>
2
2
3
3
<p>This component demonstrates fetching data from the server.</p>
Copy file name to clipboardExpand all lines: src/ProjectTemplates/Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/Counter.tsx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,11 @@ class Counter extends React.PureComponent<CounterProps> {
17
17
18
18
<p>This is a simple example of a React component.</p>
Copy file name to clipboardExpand all lines: src/ProjectTemplates/Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/ClientApp/src/components/FetchData.tsx
+62-62Lines changed: 62 additions & 62 deletions
Original file line number
Diff line number
Diff line change
@@ -7,78 +7,78 @@ import * as WeatherForecastsStore from '../store/WeatherForecasts';
7
7
8
8
// At runtime, Redux will merge together...
9
9
typeWeatherForecastProps=
10
-
WeatherForecastsStore.WeatherForecastsState// ... state we've requested from the Redux store
11
-
&typeofWeatherForecastsStore.actionCreators// ... plus action creators we've requested
12
-
&RouteComponentProps<{startDateIndex: string}>;// ... plus incoming routing parameters
10
+
WeatherForecastsStore.WeatherForecastsState// ... state we've requested from the Redux store
11
+
&typeofWeatherForecastsStore.actionCreators// ... plus action creators we've requested
12
+
&RouteComponentProps<{startDateIndex: string}>;// ... plus incoming routing parameters
0 commit comments