Skip to content

Commit

Permalink
Create app.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
akelity authored Jun 13, 2017
1 parent 7e5f376 commit b5ee7d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ import { Component } from '@angular/core';
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'app works!';
}
export class AppComponent { }

0 comments on commit b5ee7d0

Please sign in to comment.