Skip to content

Commit 230c4e6

Browse files
committed
Merge pull request PatrickJS#400 from GRoguelon/master
Fix a missing space in the App class declaration.
2 parents da7ca77 + 3d1ff64 commit 230c4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ import {Home} from './home/home';
6969
{ path: '/about', loader: () => require('es6-promise!./about/about')('About'), name: 'About' },
7070
{ path: '/**', redirectTo: ['Index'] }
7171
])
72-
export class App{
72+
export class App {
7373
angularclassLogo = 'assets/img/angularclass-avatar.png';
7474
name = 'Angular 2 Webpack Starter';
7575
url = 'https://twitter.com/AngularClass';

0 commit comments

Comments
 (0)