Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 020abd8

Browse files
Foxandxsswardbell
authored andcommitted
docs(style-guide): a service doesn't have a folder
closes #1481
1 parent 0e13763 commit 020abd8

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

public/docs/_examples/style-guide/ts/03-04/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Component, OnInit } from '@angular/core';
22

3-
import { ToastService } from './shared/toast/toast.service';
3+
import { ToastService } from './shared/toast.service';
44

55
@Component({
66
selector: 'sg-app',

public/docs/ts/latest/guide/style-guide.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,10 +736,10 @@ a(href="#toc") Back to top
736736
:marked
737737
**Why?** TypeScript tooling makes it easy to identify private vs public properties and methods.
738738

739-
+makeExample('style-guide/ts/03-04/app/shared/toast/toast.service.avoid.ts', 'example', 'app/shared/toast/toast.service.ts')(avoid=1)
739+
+makeExample('style-guide/ts/03-04/app/shared/toast.service.avoid.ts', 'example', 'app/shared/toast.service.ts')(avoid=1)
740740
:marked
741741

742-
+makeExample('style-guide/ts/03-04/app/shared/toast/toast.service.ts', 'example', 'app/shared/toast/toast.service.ts')
742+
+makeExample('style-guide/ts/03-04/app/shared/toast.service.ts', 'example', 'app/shared/toast.service.ts')
743743
:marked
744744

745745
a(href="#toc") Back to top

0 commit comments

Comments
 (0)