flauc / angular2-edge-app

This application serves as an example for creating a basic Angular 2 application. The application was built as an example application for the Developing an Angular 2 Edge book.
21 stars 11 forks source link

socket-control.service.ts causing issues #5

Open faziz opened 7 years ago

faziz commented 7 years ago

When I run npm run build I get the following error,

[0] Finished 'stylus' after 15 ms [0] npm run stylus exited with code 0 [1] public/app/common/services/socket-control.service.ts(9,13): error TS1003: Identifier expected. [1] public/app/common/services/socket-control.service.ts(9,18): error TS1005: ';' expected. [1] public/app/common/services/socket-control.service.ts(9,23): error TS1005: ';' expected.

Any idea what I need to do?