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:
parent
9f039d40c1
commit
061107c5f6
@ -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;
|
||||||
|
@ -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
|
||||||
|
@ -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;
|
||||||
|
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user