Skip to content

Commit

Permalink
Update gitignore, rename service
Browse files Browse the repository at this point in the history
  • Loading branch information
pselle committed Jul 19, 2016
1 parent 6f76be3 commit 930dfdd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -5,3 +5,5 @@ env
db.sqlite3
node_modules
.DS_Store
*.map
*.js
2 changes: 1 addition & 1 deletion angular2/app/app.component.ts
@@ -1,6 +1,6 @@
import { Component } from '@angular/core';
import { DinosaurComponent } from './components/dinosaur/dinosaurs'
import { DinosaurService } from './services/DinosaurService'
import { DinosaurService } from './services/dinosaurService'

@Component({
selector: 'my-app',
Expand Down
2 changes: 1 addition & 1 deletion angular2/app/components/dinosaur/dinosaurs.ts
@@ -1,5 +1,5 @@
import { Component, OnInit } from '@angular/core';
import { DinosaurService } from '../../services/DinosaurService'
import { DinosaurService } from '../../services/dinosaurService'

@Component({
selector: 'dinosaurs',
Expand Down

0 comments on commit 930dfdd

Please sign in to comment.