style(docs-infra): clean up Tour-of-Heroes examples (#36483)

I noticed these minor styling issues while aligning the `universal`
examples with the `toh-pt6` example (in a subsequent commit).

PR Close #36483
This commit is contained in:
George Kalpakas 2020-04-15 13:46:47 +03:00 committed by atscott
parent 9f039d40c1
commit 061107c5f6
7 changed files with 13 additions and 15 deletions

View File

@ -19,7 +19,6 @@ button {
padding: 5px 10px; padding: 5px 10px;
border-radius: 4px; border-radius: 4px;
cursor: pointer; cursor: pointer;
cursor: hand;
} }
button:hover { button:hover {
background-color: #cfd8dc; background-color: #cfd8dc;

View File

@ -59,6 +59,5 @@ import { MessagesComponent } from './messages/messages.component';
// #docregion import-httpclientmodule // #docregion import-httpclientmodule
}) })
// #enddocregion import-httpclientmodule // #enddocregion import-httpclientmodule
export class AppModule { } export class AppModule { }
// #enddocregion , v1 // #enddocregion , v1

View File

@ -18,7 +18,7 @@ button {
border: none; border: none;
padding: 5px 10px; padding: 5px 10px;
border-radius: 4px; border-radius: 4px;
cursor: pointer; cursor: hand; cursor: pointer;
} }
button:hover { button:hover {
background-color: #cfd8dc; background-color: #cfd8dc;

View File

@ -1,7 +1,7 @@
// #docregion , init // #docregion , init
import { Injectable } from '@angular/core';
import { InMemoryDbService } from 'angular-in-memory-web-api'; import { InMemoryDbService } from 'angular-in-memory-web-api';
import { Hero } from './hero'; import { Hero } from './hero';
import { Injectable } from '@angular/core';
@Injectable({ @Injectable({
providedIn: 'root', providedIn: 'root',