Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ddfbbb5

Browse files
johnpapawardbell
authored andcommittedMay 1, 2016
docs(style-guide): add style-guide - v.5
1 parent 3aa533f commit ddfbbb5

File tree

111 files changed

+2111
-467
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+2111
-467
lines changed
 
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.js

‎public/docs/_examples/style-guide/ts/01-01/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { Component } from 'angular2/core';
33

44
import { HeroesComponent } from './heroes/heroes.component';
5-
import { HeroService } from './heroes/hero.service';
5+
import { HeroService } from './heroes/shared/hero.service';
66

77
@Component({
88
selector: 'toh-app',

0 commit comments

Comments
 (0)
This repository has been archived.