I am using a code sample found in github and using it in my application for 
angular 2 websockets...

the relevant component code is

import {Component} from '@angular/core';

@Component({
   moduleId   : module.id,
   selector   : 'ws-app',
   templateUrl: 'app.component.html'
})
export class AppComponent {

}


and I am getting ws-app The selector "ws-app" did not match any elements.


In the original sample code the same exact code works.


Any thoughts?


-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to