docs: cleanup code snippets for getting started example app (#29837)
PR Close #29837
This commit is contained in:
@ -35,5 +35,5 @@ export class CartService {
|
||||
getShippingPrices() {
|
||||
return this.http.get('/assets/shipping.json');
|
||||
}
|
||||
// #docregion props, methods, import-inject
|
||||
// #docregion props, methods, inject-http
|
||||
}
|
||||
|
Reference in New Issue
Block a user